mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
3f8578f1e1
Using golangci-lint has a number of advantages: - adding new linters becomes much easier, its a couple lines of yaml config instead of more bash scripting - it enables whitelisting of issues using inline comments or regex - when running multiple linters less work is done. The parsed source can be reused by multiple linters - linters are run in parallel to reduce CI runtime.
Symbolic link
1 line
16 B
YAML
Symbolic link
1 line
16 B
YAML
../.golangci.yml |