golangci-lint/pkg/result/processors
dependabot[bot] fb50d99ece
build(deps): bump github.com/securego/gosec/v2 from 2.16.0 to 2.17.0 (#4015)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2023-08-18 17:33:26 +02: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 handle some block comment to detect generated files (#1161) 2020-05-25 19:36:46 +03: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: reference all the debug keys and env vars (#3196) 2022-09-06 11:48:25 +00: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 Fix #388: include staticcheck check name into a message 2019-02-17 23:50:11 +03: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 chore: Do not use methods on pointer and value receivers (#3321) 2023-01-21 13:20:05 +00:00
nolint_test.go build(deps): bump github.com/securego/gosec/v2 from 2.16.0 to 2.17.0 (#4015) 2023-08-18 17:33:26 +02: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: fix CI workflow for Windows (#3134) 2022-08-24 22:10:51 +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 feat: deprecate varcheck, deadcode, and structcheck (#3125) 2022-08-21 21:37:47 +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 fix: consider path prefix when matching path patterns (#3571) 2023-03-17 23:29:55 +01:00
skip_files_test.go fix: consider path prefix when matching path patterns (#3571) 2023-03-17 23:29:55 +01:00
sort_results.go dev: review and clean linter tests (#3139) 2022-09-01 18:26:28 +02: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 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