Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-28 | Fix 4586 - Make golangci-lint lint package on by default. (#4730) | Horacio Sanson | |
Checking whole packages instead of individual files is more sensible default for golang projects. Without this we get many cryptic `typecheck` errors in ALE that do not show when running in terminal or CI. | |||
2023-04-02 | remove `--enable-all` from golangci-lint options (#4488) | Veselin Ivanov | |
* remove --enable-all from default golangci-lint options * update golangci-lint options documentation * update tests to use empty golangci-lint options | |||
2021-03-21 | #3633 - Move linter tests into test/linter | w0rp | |