golangci-lint/pkg/result/processors
2024-03-02 21:43:28 +01:00
..
testdata feat: deprecate varcheck, deadcode, and structcheck (#3125) 2022-08-21 21:37:47 +02:00
autogenerated_exclude.go dev: replace pkg/errors with native error wrapping (#3604) 2023-02-22 01:35:43 +01:00
autogenerated_exclude_test.go dev: refactor some test assertions (#4081) 2023-09-18 22:15:04 +02:00
base_rule.go rules: support inverted path match (#3617) 2023-05-31 17:25:59 +02:00
cgo.go dev: replace pkg/errors with native error wrapping (#3604) 2023-02-22 01:35:43 +01:00
diff.go dev: enable errorlint linter (#4292) 2024-01-02 15:33:00 +01:00
exclude.go Ensuring interface implementation 2020-04-23 09:32:55 +02:00
exclude_rules.go rules: support inverted path match (#3617) 2023-05-31 17:25:59 +02:00
exclude_rules_test.go rules: support inverted path match (#3617) 2023-05-31 17:25:59 +02:00
exclude_test.go add ability to set issue severity (#1155) 2020-05-25 08:21:42 -04:00
filename_unadjuster.go chore: Do not use methods on pointer and value receivers (#3321) 2023-01-21 13:20:05 +00:00
fixer.go fix: combination of --fix and --path-prefix (#3700) 2023-03-20 21:44:36 +01:00
identifier_marker.go Use the newest go vet 2019-03-17 23:12:44 +03:00
identifier_marker_test.go dev: refactor some test assertions (#4081) 2023-09-18 22:15:04 +02:00
issues.go dev: replace pkg/errors with native error wrapping (#3604) 2023-02-22 01:35:43 +01:00
max_from_linter.go chore: Do not use methods on pointer and value receivers (#3321) 2023-01-21 13:20:05 +00:00
max_from_linter_test.go dev: reference all the debug keys and env vars (#3196) 2022-09-06 11:48:25 +00:00
max_per_file_from_linter.go chore: Do not use methods on pointer and value receivers (#3321) 2023-01-21 13:20:05 +00: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 chore: Do not use methods on pointer and value receivers (#3321) 2023-01-21 13:20:05 +00:00
max_same_issues_test.go dev: reference all the debug keys and env vars (#3196) 2022-09-06 11:48:25 +00:00
nolint.go dev: replace raw loops with funcs from slices and maps (#4299) 2024-01-04 22:43:50 +01:00
nolint_test.go dev: rewrite linters Manager (#4419) 2024-03-02 21:43:28 +01:00
path_prefixer.go fix: consider path prefix when matching path patterns (#3571) 2023-03-17 23:29:55 +01:00
path_prefixer_test.go dev: refactor some test assertions (#4081) 2023-09-18 22:15:04 +02:00
path_prettifier.go Fix #126: 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 (#3089) 2022-08-14 18:21:32 +02:00
processor.go Group imports by package. 2019-10-01 18:09:47 -04:00
processor_test.go dev: refactor some test assertions (#4081) 2023-09-18 22:15:04 +02:00
severity_rules.go rules: support inverted path match (#3617) 2023-05-31 17:25:59 +02:00
severity_rules_test.go rules: support inverted path match (#3617) 2023-05-31 17:25:59 +02:00
skip_dirs.go fix: consider path prefix when matching path patterns (#3571) 2023-03-17 23:29:55 +01:00
skip_files.go dev: enable errorlint linter (#4292) 2024-01-02 15:33:00 +01:00
skip_files_test.go dev: refactor some test assertions (#4081) 2023-09-18 22:15:04 +02:00
sort_results.go dev: review and clean linter tests (#3139) 2022-09-01 18:26:28 +02:00
sort_results_test.go dev: refactor some test assertions (#4081) 2023-09-18 22:15:04 +02:00
source_code.go Use the newest go vet 2019-03-17 23:12:44 +03:00
uniq_by_line.go chore: Do not use methods on pointer and value receivers (#3321) 2023-01-21 13:20:05 +00:00
uniq_by_line_test.go make uniq by line configurable (#920) 2020-01-19 16:49:46 +03:00