golangci-lint/pkg/result/processors
Denis Isaev d437ac8629 Implement auto-fixing for gofmt,goimports,misspell
Also, add more identifier marking patterns.
2019-02-17 20:31:31 +03:00
..
testdata Prepare for #164: rename GAS to gosec 2018-09-02 09:34:35 +03:00
autogenerated_exclude.go fix #302: fix concurrent astcache access 2018-11-24 09:09:31 +03:00
autogenerated_exclude_test.go Fix #237, fix #178: use go/packages 2018-10-28 17:55:15 +03:00
cgo.go On of cases for #260: fix crash in staticcheck 2018-11-07 10:06:55 +03:00
diff.go Fix #209: support goimports.local-prefix option for goimports 2018-10-28 18:47:56 +03:00
exclude.go more excludes and pretty logs 2018-05-08 22:28:29 +03:00
exclude_rules.go remove obvious TODO about concurrent exclude rule processing 2019-02-17 18:40:22 +03:00
exclude_rules_test.go improve tests for exclude rules 2019-02-17 18:40:22 +03:00
exclude_test.go Fix #209: support goimports.local-prefix option for goimports 2018-10-28 18:47:56 +03:00
fixer.go Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
identifier_marker.go Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
identifier_marker_test.go Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
max_from_linter.go Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +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 Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03: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 Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
max_same_issues_test.go Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
nolint.go Update megacheck to the latest version 2019-01-08 21:16:15 +03:00
nolint_test.go fix #302: fix concurrent astcache access 2018-11-24 09:09:31 +03: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 implement max issues per linter limiting 2018-05-08 08:15:55 +03:00
replacement_builder.go Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
skip_dirs.go dev: remove extra logging in skip dirs processor 2018-12-22 13:44:16 +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 Prepare for #164: rename GAS to gosec 2018-09-02 09:34:35 +03:00
uniq_by_line.go pretty printing issues 2018-05-08 11:54:30 +03:00
uniq_by_line_test.go pretty printing issues 2018-05-08 11:54:30 +03:00
utils.go fix #243: support Scopelint linter 2018-11-06 08:11:25 +03:00