
Fix syntax highlighting for bash scripts by changing language from bash to sh in triple-backtick blocks: ```bash -> ```sh. Some of these blocks had command output or prompt as part of the listening which formatted in odd ways, e.g. colouring every occurrence of the word "for" or "help" in purple. With the sh language specification these wrong colours are gone, so use it.
golangci-lint
Fast linters runner for Go
golangci-lint
is a fast Go linters runner. It runs linters in parallel, uses caching, supports yaml
config, has integrations
with all major IDE and has dozens of linters included.
Install golangci-lint
Documentation
Documentation is hosted at https://golangci-lint.run.
Badges
Contributors
This project exists thanks to all the people who contribute. How to contribute.
Stargazers over time
Description
Languages
Go
97.9%
Shell
1.6%
Makefile
0.4%
Dockerfile
0.1%