golangci-lint/pkg/result/processors
Denis Isaev adb6be78bb
Fix #72: match more autogenerated files patterns.
We skip all issues from autogenerated files.
Also reuse AST parsing for nolint and autogenerated exclude processors:
decrease processing time on golang source code from 3s to 800ms.
2018-06-11 00:51:23 +03:00
..
testdata Fix #72: match more autogenerated files patterns. 2018-06-11 00:51:23 +03:00
autogenerated_exclude.go Fix #72: match more autogenerated files patterns. 2018-06-11 00:51:23 +03:00
autogenerated_exclude_test.go Fix #72: match more autogenerated files patterns. 2018-06-11 00:51:23 +03:00
cgo.go #65, #68: make //nolint processing like in gometalinter 2018-06-06 23:51:15 +03:00
diff.go support patch reading from env var 2018-05-13 12:05:34 +03:00
exclude.go more excludes and pretty logs 2018-05-08 22:28:29 +03:00
exclude_test.go more excludes and pretty logs 2018-05-08 22:28:29 +03:00
max_from_linter.go more excludes and pretty logs 2018-05-08 22:28:29 +03:00
max_from_linter_test.go implement max issues per linter limiting 2018-05-08 08:15:55 +03:00
max_per_file_from_linter.go refactor and don't print congrats if timeouted 2018-06-02 00:30:39 +03:00
max_per_file_from_linter_test.go async issues processing 2018-05-07 21:44:40 +03:00
max_same_issues.go more excludes and pretty logs 2018-05-08 22:28:29 +03:00
max_same_issues_test.go another group of fixes after running on golang source code 2018-05-08 18:08:28 +03:00
nolint.go Fix #72: match more autogenerated files patterns. 2018-06-11 00:51:23 +03:00
nolint_test.go Fix #72: match more autogenerated files patterns. 2018-06-11 00:51:23 +03:00
path_prettifier.go support config and fix issues in self project 2018-05-11 22:02:24 +03:00
processor.go implement max issues per linter limiting 2018-05-08 08:15:55 +03:00
skip_files.go Load AST for fast linters in different way. 2018-06-10 23:46:24 +03:00
skip_files_test.go Load AST for fast linters in different way. 2018-06-10 23:46:24 +03:00
uniq_by_line.go pretty printing issues 2018-05-08 11:54:30 +03:00
uniq_by_line_test.go pretty printing issues 2018-05-08 11:54:30 +03:00
utils.go group of fixes after running on golang source code 2018-05-08 17:13:16 +03:00