golangci-lint/pkg/result/processors
2020-07-12 16:35:08 -05:00
..
testdata handle some block comment to detect generated files (#1161) 2020-05-25 19:36:46 +03:00
autogenerated_exclude.go handle some block comment to detect generated files (#1161) 2020-05-25 19:36:46 +03:00
autogenerated_exclude_test.go handle some block comment to detect generated files (#1161) 2020-05-25 19:36:46 +03:00
base_rule.go add ability to set issue severity (#1155) 2020-05-25 08:21:42 -04: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 add ability to set issue severity (#1155) 2020-05-25 08:21:42 -04:00
exclude_rules_test.go add ability to set issue severity (#1155) 2020-05-25 08:21:42 -04:00
exclude_test.go add ability to set issue severity (#1155) 2020-05-25 08:21:42 -04:00
filename_unadjuster.go Protect NewFilenameUnadjuster from concurrent map writes (#1192) 2020-06-25 14:57:49 +02:00
fixer.go Merge branch 'master' into asb/nolintlint-internal 2020-04-29 15:27:35 -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 speed up a bit (#1064) 2020-05-05 18:45:19 +03:00
nolint_test.go Fix up nolintlint comments and urls (#1164) 2020-05-24 10:08:14 +03:00
path_prefixer.go Configure path prefix via processor abstraction (#1226) 2020-07-11 09:14:52 +10:00
path_prefixer_test.go Configure path prefix via processor abstraction (#1226) 2020-07-11 09:14:52 +10:00
path_prettifier.go
path_shortener.go
processor.go Group imports by package. 2019-10-01 18:09:47 -04:00
processor_test.go add ability to set issue severity (#1155) 2020-05-25 08:21:42 -04:00
severity_rules.go add ability to set issue severity (#1155) 2020-05-25 08:21:42 -04:00
severity_rules_test.go add ability to set issue severity (#1155) 2020-05-25 08:21:42 -04:00
skip_dirs.go dev: use golangci-lint action (#1066) 2020-05-05 17:51:55 +03:00
skip_files.go dev: use golangci-lint action (#1066) 2020-05-05 17:51:55 +03:00
skip_files_test.go Fix #209: support goimports.local-prefix option for goimports 2018-10-28 18:47:56 +03:00
sort_results.go Sorting result.Issues implementation (golangci/golangci-lint#1217) (#1218) 2020-07-12 16:35:08 -05:00
sort_results_test.go Sorting result.Issues implementation (golangci/golangci-lint#1217) (#1218) 2020-07-12 16:35:08 -05: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 dev: use golangci-lint action (#1066) 2020-05-05 17:51:55 +03:00