golangci-lint/pkg/result/processors
2022-08-24 22:10:51 +02:00
..
testdata feat: deprecate varcheck, deadcode, and structcheck () 2022-08-21 21:37:47 +02:00
autogenerated_exclude.go dev: change format like function without args () 2022-07-24 18:24:01 +02:00
autogenerated_exclude_test.go handle some block comment to detect generated files () 2020-05-25 19:36:46 +03:00
base_rule.go nolint: drop allow-leading-space option and add "nolint:all" () 2022-08-01 14:21:04 +02:00
cgo.go Speed up packages loading () 2019-09-14 18:48:18 +03:00
diff.go dev: replace ioutil with io and os () 2021-11-01 20:21:26 +01:00
exclude.go Ensuring interface implementation 2020-04-23 09:32:55 +02:00
exclude_rules.go Normalize exclude-rules paths for Windows () 2022-08-24 16:38:50 +02:00
exclude_rules_test.go add ability to set issue severity () 2020-05-25 08:21:42 -04:00
exclude_test.go add ability to set issue severity () 2020-05-25 08:21:42 -04:00
filename_unadjuster.go Protect NewFilenameUnadjuster from concurrent map writes () 2020-06-25 14:57:49 +02:00
fixer.go Deprecate 'scopelint' linter () 2021-03-09 10:19:22 -08:00
identifier_marker.go Use the newest go vet 2019-03-17 23:12:44 +03:00
identifier_marker_test.go Fix : include staticcheck check name into a message 2019-02-17 23:50:11 +03:00
issues.go dev: fix CI workflow for Windows () 2022-08-24 22:10:51 +02:00
max_from_linter.go fix : run misspell in text mode 2019-06-09 20:14:19 +03:00
max_from_linter_test.go dev: clean configuration and code () 2021-03-09 19:46:18 +01:00
max_per_file_from_linter.go typecheck: display compilation errors as report instead of error () 2021-03-25 23:52:55 +01: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 nolint: drop allow-leading-space option and add "nolint:all" () 2022-08-01 14:21:04 +02:00
nolint_test.go feat: deprecate varcheck, deadcode, and structcheck () 2022-08-21 21:37:47 +02:00
path_prefixer.go dev: fix CI workflow for Windows () 2022-08-24 22:10:51 +02:00
path_prefixer_test.go dev: fix CI workflow for Windows () 2022-08-24 22:10:51 +02:00
path_prettifier.go Fix : fix working with symlinks 2018-07-29 22:45:35 +03:00
path_shortener.go build(deps): bump github.com/go-critic/go-critic from 0.6.3 to 0.6.4 () 2022-08-14 18:21:32 +02:00
path_unix.go dev: fix CI workflow for Windows () 2022-08-24 22:10:51 +02:00
path_windows.go dev: fix CI workflow for Windows () 2022-08-24 22:10:51 +02:00
processor.go Group imports by package. 2019-10-01 18:09:47 -04:00
processor_test.go feat: deprecate varcheck, deadcode, and structcheck () 2022-08-21 21:37:47 +02:00
severity_rules.go dev: fix CI workflow for Windows () 2022-08-24 22:10:51 +02:00
severity_rules_test.go Added support for only specifying default severity () 2020-10-19 15:21:46 +11:00
skip_dirs.go dev: fix interface implement check for "SkipDirs" () 2021-06-26 00:04:04 +02:00
skip_files.go dev: fix interface implement check for "SkipDirs" () 2021-06-26 00:04:04 +02:00
skip_files_test.go dev: fix CI workflow for Windows () 2022-08-24 22:10:51 +02:00
sort_results.go build(deps): bump github.com/securego/gosec/v2 from 2.9.3 to 2.9.5 () 2021-12-14 05:18:18 +01:00
sort_results_test.go Sorting result.Issues implementation (golangci/golangci-lint#1217) () 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 () 2020-01-19 16:49:46 +03:00
uniq_by_line_test.go make uniq by line configurable () 2020-01-19 16:49:46 +03:00