9 Commits

Author SHA1 Message Date
Ludovic Fernandez
37d3aa437a
feat: deprecate varcheck, deadcode, and structcheck () 2022-08-21 21:37:47 +02:00
Ludovic Fernandez
2b4c9ab4fc
dev: follow standards by using 'want' instead of 'ERROR' for tests () 2022-08-20 18:53:45 +02:00
Ludovic Fernandez
f7fba37cc9
dev: replace golangcitest:config by golangcitest:config_path () 2022-08-15 18:23:07 +02:00
Ludovic Fernandez
7fdb723b16
docs: remove allow-leading-space option () 2022-08-12 16:22:28 +02:00
Ludovic Fernandez
27f921fa14
dev: use directives instead of comments for tests () 2022-07-15 15:32:10 +02:00
Andrew Shannon Brown
e1a734e559
nolintlint: allow to fix //nolint lines () 2021-03-13 05:11:05 +01:00
Andrew Shannon Brown
306816ec85
Revert "Update nolintlint to fix nolint formatting and remove unused nolint statements ()" ()
This reverts commit aeb98303293570ba682ea933a4e9501a11a3aa99.

There are some cases that nolinter fixer wasn't handling properly or expectedly (, , ) so we'll fix those in a new attempt.
2020-12-27 11:49:58 -08:00
Andrew Shannon Brown
aeb9830329
Update nolintlint to fix nolint formatting and remove unused nolint statements ()
Also allow multiple ranges to satisfy a nolint statement as having been used.
2020-12-27 06:18:02 -08:00
Andrew Shannon Brown
909f628d75 Add linter for nolint
Linter can check that nolint statements are properly formatted and also that all
nolint statements are used.
2020-04-26 20:20:17 -07:00