7 Commits

Author SHA1 Message Date
Oleksandr Redko
ce020c6be1
dev: use analyzer fields for name, doc instead of hardcoded strings ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-11-20 20:53:18 +01:00
Mattias de Zalenski
8f8c68ab88
build(deps): bump github.com/alexkohler/nakedret to 2.0.1 () 2023-04-14 04:49:38 +02:00
Oleksandr Redko
1e700732e7
dev: gofmt -w -r 'interface{} -> any' pkg scripts () 2023-03-28 16:22:55 +02:00
Ludovic Fernandez
f9d815115c
bump golang.org/x/tools to HEAD ()
* bump golang.org/x/tools to HEAD
* fix: adapt linters to the new validation system.
2022-05-23 12:39:57 +02:00
Isaev Denis
9ba730e989
Make incremental analysis ()
Cache linting results. Reanalyze only changed packages
and packages tree depending on them.

Fixes , fixes 
2019-10-13 17:40:51 +03: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
Denis Isaev
facc3a096a Fix : nakedret linter support 2018-06-30 15:41:47 +03:00