Oleksandr Redko
ce020c6be1
dev: use analyzer fields for name, doc instead of hardcoded strings ( #4214 )
...
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 ( #3760 )
2023-04-14 04:49:38 +02:00
Oleksandr Redko
1e700732e7
dev: gofmt -w -r 'interface{} -> any' pkg scripts ( #3742 )
2023-03-28 16:22:55 +02:00
Ludovic Fernandez
f9d815115c
bump golang.org/x/tools to HEAD ( #2875 )
...
* 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 ( #808 )
...
Cache linting results. Reanalyze only changed packages
and packages tree depending on them.
Fixes #768 , fixes #809
2019-10-13 17:40:51 +03:00
Isaev Denis
95ec0cf21e
dramatically reduce memory usage ( #758 )
...
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: #337
2019-09-30 16:19:41 +03:00
Denis Isaev
facc3a096a
Fix #98 : nakedret linter support
2018-06-30 15:41:47 +03:00