5 Commits

Author SHA1 Message Date
Ludovic Fernandez
4b218e664c
config: spread go version on linter's configurations () 2022-06-13 09:01:05 +02:00
Ludovic Fernandez
091a641f91
docs: have a clear explanation about the staticcheck integration. ()
docs: have a clear state about staticcheck
2022-06-06 13:19:33 +02:00
Ludovic Fernandez
b916c9318b
staticcheck: configuration for staticcheck, gosimple, stylecheck () 2021-05-27 20:11:30 +02:00
Ludovic Fernandez
12ed5facc9
staticcheck: configurable Go version. () 2021-04-30 22:28:50 +02:00
Isaev Denis
95ec0cf21e
dramatically reduce memory usage ()
Run all linters per package. It allows unloading package data when it's
processed. It dramatically reduces memory (and CPU because of GC) usage.

Relates: 
2019-09-30 16:19:41 +03:00