-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,14 @@ sudo apt-get install -qqq \ | |
clang-format clang-tidy fish elixir & | ||
luarocks install luacheck & | ||
go install github.com/segmentio/golines@latest & | ||
go install github.com/golangci/golangci-lint/cmd/[email protected] & | ||
pip -qqq install autopep8 black djhtml flake8 isort pylint yapf codespell ruff sqlfluff mypy & | ||
npm install -g --silent \ | ||
prettier @fsouza/prettierd sql-formatter shellcheck shfmt @taplo/cli & | ||
gem install -q rubocop & | ||
# Block, homebrew takes the longest time | ||
brew install \ | ||
swiftformat swift-format hadolint google-java-format pgformatter fnlfmt ormolu golangci-lint | ||
swiftformat swift-format hadolint google-java-format pgformatter fnlfmt ormolu | ||
|
||
# Install standalone binary packages | ||
bin="/home/runner/.local/bin" | ||
|