Horacio Sanson
067e74fee8
Add support for glnagci-lint v2 ( #4936 )
...
CI / build_image (push) Has been cancelled
CI / test_ale (--linters-only) (push) Has been cancelled
CI / test_ale (--lua-only) (push) Has been cancelled
CI / test_ale (--neovim-07-only) (push) Has been cancelled
CI / test_ale (--neovim-08-only) (push) Has been cancelled
CI / test_ale (--vim-80-only) (push) Has been cancelled
CI / test_ale (--vim-90-only) (push) Has been cancelled
Version 2 of golangci-lint introduces several breaking changes to the
command line arguments and the configuration file.
Thi PR updates ale integration to support both version 1.6x.x and 2.x.x
of golangci-lint.
2025-03-31 11:46:42 +01:00
Horacio Sanson
7882fb9811
Fix 4913 - use JSON output for golangci-lint instead of regexps. ( #4917 )
...
CI / build_image (push) Waiting to run
CI / test_ale (--linters-only) (push) Blocked by required conditions
CI / test_ale (--neovim-06-only) (push) Blocked by required conditions
CI / test_ale (--neovim-08-only) (push) Blocked by required conditions
CI / test_ale (--vim-80-only) (push) Blocked by required conditions
CI / test_ale (--vim-90-only) (push) Blocked by required conditions
* Fix 4913 - use JSON output for golangci-lint instead of regexps.
* Check for empty array
2025-03-07 22:02:49 +09:00
Horacio Sanson
24a937e04f
Fix 4586 - Make golangci-lint lint package on by default. ( #4730 )
...
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.
2024-02-28 10:07:22 +09:00
Veselin Ivanov
b0ba31f88e
remove --enable-all from golangci-lint options ( #4488 )
...
* remove --enable-all from default golangci-lint options
* update golangci-lint options documentation
* update tests to use empty golangci-lint options
2023-04-02 18:09:58 +09:00
w0rp
f7852dbd0a
#3633 - Move linter tests into test/linter
2021-03-21 00:25:33 +00:00