golangci-lint/pkg/result/processors
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
..
testdata Add linter for nolint 2020-04-26 20:20:17 -07:00
autogenerated_exclude.go Add linter for nolint 2020-04-26 20:20:17 -07:00
autogenerated_exclude_test.go Fix autogen exclude for comments under package (#831) 2019-10-22 09:49:47 +03:00
cgo.go Speed up packages loading (#693) 2019-09-14 18:48:18 +03:00
diff.go Fix #209: support goimports.local-prefix option for goimports 2018-10-28 18:47:56 +03:00
exclude.go Ensuring interface implementation 2020-04-23 09:32:55 +02:00
exclude_rules.go Getting rid of code duplication 2020-04-23 18:37:40 +02:00
exclude_rules_test.go Adding case sensitive exclude rules support 2020-04-23 09:23:37 +02:00
exclude_test.go Adding case-sensitive exclude processor 2020-04-22 18:40:10 +02:00
filename_unadjuster.go reduce 1.5x memory usage on large repos on repeated runs (#764) 2019-10-01 14:52:00 +03:00
fixer.go Add linter for nolint 2020-04-26 20:20:17 -07:00
identifier_marker.go Use the newest go vet 2019-03-17 23:12:44 +03:00
identifier_marker_test.go Fix #388: include staticcheck check name into a message 2019-02-17 23:50:11 +03:00
max_from_linter.go fix #522: run misspell in text mode 2019-06-09 20:14:19 +03:00
max_from_linter_test.go Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
max_per_file_from_linter.go Add linter for nolint 2020-04-26 20:20:17 -07:00
max_per_file_from_linter_test.go Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
max_same_issues.go Group imports by package. 2019-10-01 18:09:47 -04:00
max_same_issues_test.go Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
nolint.go Add linter for nolint 2020-04-26 20:20:17 -07:00
nolint_test.go Add linter for nolint 2020-04-26 20:20:17 -07:00
path_prettifier.go Fix #126: fix working with symlinks 2018-07-29 22:45:35 +03:00
path_shortener.go Fix #237, fix #178: use go/packages 2018-10-28 17:55:15 +03:00
processor.go Group imports by package. 2019-10-01 18:09:47 -04:00
skip_dirs.go speedup skip-dirs processing by caching 2019-09-14 20:15:11 +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 Fix #209: support goimports.local-prefix option for goimports 2018-10-28 18:47:56 +03:00
source_code.go Use the newest go vet 2019-03-17 23:12:44 +03:00
uniq_by_line.go make uniq by line configurable (#920) 2020-01-19 16:49:46 +03:00
uniq_by_line_test.go make uniq by line configurable (#920) 2020-01-19 16:49:46 +03:00
utils.go Make incremental analysis (#808) 2019-10-13 17:40:51 +03:00