golangci-lint/test/testdata
2021-03-09 19:46:18 +01:00
..
autogenerated Write debug logs for autogen excluding for #86 2018-06-12 15:32:34 +03:00
cgo Fix #237, fix #178: use go/packages 2018-10-28 17:55:15 +03:00
cgo_with_issues Fix #237, fix #178: use go/packages 2018-10-28 17:55:15 +03:00
configs Integrate ImportAs linter (#1783) 2021-02-26 13:08:49 -06:00
deadcode_main_pkg Fix #109, #116, #131: don't report in deadcode about unused test functions in main package 2018-06-28 10:17:16 +03:00
errcheck Add *println to exception EXC0001 (#1074) 2020-05-09 15:18:17 +03:00
fix dev: clean configuration and code (#1830) 2021-03-09 19:46:18 +01:00
gci Introduce gci as new linter (#1266) 2020-07-28 13:55:02 +03:00
goimports Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
govet_custom_formatter Fix test failure from gomnd 2020-01-20 09:37:58 -05:00
linedirective Fix lint errors on files with //line directive (#1065) 2020-05-05 18:49:34 +03:00
minimalpkg Support go1.13 (#670) 2019-09-09 21:54:56 +03:00
nogofiles Fix #237, fix #178: use go/packages 2018-10-28 17:55:15 +03:00
notcompiles Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
quicktemplate Fix linting of preprocessed files 2019-04-20 21:50:26 +03:00
skipdirs Fix #237, fix #178: use go/packages 2018-10-28 17:55:15 +03:00
sort_results Sorting result.Issues implementation (golangci/golangci-lint#1217) (#1218) 2020-07-12 16:35:08 -05:00
symlink_loop Load AST for fast linters in different way. 2018-06-10 23:46:24 +03:00
tparallel Add tparallel linter (#1380) 2020-10-02 13:00:46 -07:00
unsafe Fix #139: don't fail govet on cgo 2018-06-30 09:23:31 +03:00
used_only_in_tests Fix false positives with unused identifiers 2018-11-05 14:11:14 +03:00
withconfig #60: search config file in directories from file path up to root 2018-06-02 20:28:53 +03:00
withtests Fix #237, fix #178: use go/packages 2018-10-28 17:55:15 +03:00
withxtest Load AST for fast linters in different way. 2018-06-10 23:46:24 +03:00
asciicheck.go fix: wrong load mode (#1733) 2021-02-14 12:11:38 -06:00
bodyclose.go Make incremental analysis (#808) 2019-10-13 17:40:51 +03:00
cyclop.go cyclop: add missing settings (#1743) 2021-02-18 21:17:04 +01:00
deadcode.go Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
default_exclude.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
depguard.go Add user supplied error messages in depguard issues (#662) 2019-09-09 20:46:55 +03:00
dogsled.go Add dogsled linter. (#705) 2019-09-17 08:44:53 +03:00
dupl.go go1.12: migrate from perl GOROOT/test/errcheck 2019-03-05 21:20:43 +03:00
durationcheck.go durationcheck: False positive when multiplying with int type struct field (#1744) 2021-02-20 12:43:21 +01:00
errcheck.go Use errcheck from main repo instead of golangci-lint fork (#1319) 2021-02-25 13:16:48 +01:00
errcheck_exclude.go Fix #331: fix errcheck "ignore" config directive. 2018-12-23 12:33:41 +03:00
errcheck_ignore.go Use errcheck from main repo instead of golangci-lint fork (#1319) 2021-02-25 13:16:48 +01:00
errcheck_ignore_default.go Use errcheck from main repo instead of golangci-lint fork (#1319) 2021-02-25 13:16:48 +01:00
errcheck_type_assertions.go Use errcheck from main repo instead of golangci-lint fork (#1319) 2021-02-25 13:16:48 +01:00
errorlint.go Add go-errorlint (#1420) 2020-10-09 15:42:48 +03:00
errorlint_errorf.go Add go-errorlint (#1420) 2020-10-09 15:42:48 +03:00
exhaustive.go add exhaustive linter (#1166) 2020-05-29 16:31:46 +03:00
exhaustive_default.go update exhaustive to latest; use version in go.mod (#1449) 2020-10-14 08:19:06 +02:00
exhaustive_generated.go update exhaustive to latest; use version in go.mod (#1449) 2020-10-14 08:19:06 +02:00
exhaustivestruct.go fix: wrong load mode (#1733) 2021-02-14 12:11:38 -06:00
exhaustivestruct_custom.go exhaustivestruct: add missing settings (#1746) 2021-02-19 19:20:47 +01:00
exportloopref.go fix: wrong load mode (#1733) 2021-02-14 12:11:38 -06:00
forbidigo_example.go Expose more config options for forbidigo (#1677) 2021-02-01 21:16:28 +01:00
forbidigo_example_test.go Expose more config options for forbidigo (#1677) 2021-02-01 21:16:28 +01:00
forbidigo_include_godoc_examples_test.go Expose more config options for forbidigo (#1677) 2021-02-01 21:16:28 +01:00
forcetypeassert.go Add ForceTypeAssert linter (#1789) 2021-02-26 22:34:12 +01:00
funlen.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
gci.go Introduce gci as new linter (#1266) 2020-07-28 13:55:02 +03:00
go-header_bad.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
go-header_good.go Fix: goheader linter can throw nil pointer exception in case of a source file has not issues (#1209) 2020-07-05 15:32:00 +07:00
gochecknoglobals.go Update gochecknoglobals, use source analyzer (#1422) 2020-10-16 08:38:04 +11:00
gochecknoinits.go Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
gocognit.go Add more gocognit tests. 2019-10-04 11:29:53 -04:00
goconst.go Using upstrem goconst (#1500) 2020-11-17 19:07:37 +00:00
goconst_calls_enabled.go Using upstrem goconst (#1500) 2020-11-17 19:07:37 +00:00
gocritic.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
gocyclo.go cyclop: add missing settings (#1743) 2021-02-18 21:17:04 +01:00
godot.go Update godot to 1.3.0 (#1498) 2020-11-10 20:11:26 +03:00
godox.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
goerr113.go Bump github.com/Djarvur/go-err113 to HEAD (#1760) 2021-02-21 14:48:54 +01:00
gofmt.go Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
gofmt_no_simplify.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
gofumpt.go Update mvdan.cc/gofumpt to v0.1.0 (#1637) 2021-01-08 16:48:56 +01:00
gofumpt_with_extra.go Update mvdan.cc/gofumpt to v0.1.0 (#1637) 2021-01-08 16:48:56 +01:00
goimports.go Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
golint.go Implement auto-fixing for gofmt,goimports,misspell 2019-02-17 20:31:31 +03:00
gomnd.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
gomodguard.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
goprintffuncname.go add goprintffuncname linter (#850) 2020-01-19 16:46:51 +03:00
gosec.go build(deps): bump github.com/securego/gosec/v2 from 2.3.0 to 2.4.0 (#1273) 2020-08-02 14:48:26 -05:00
gosimple.go Update megacheck (staticcheck) to 2019.1.1 2019-03-31 19:41:37 +03:00
govet.go Add stringintconv and ifaceassert to govet (#1360) 2021-02-20 16:37:05 +01:00
govet_fieldalignment.go Deprecate maligned, add govet fieldalignment as replacement (#1765) 2021-02-22 17:46:27 +01:00
govet_ifaceassert.go Add stringintconv and ifaceassert to govet (#1360) 2021-02-20 16:37:05 +01:00
ifshort.go Add ifshort linter (#1587) 2021-01-20 23:07:43 +01:00
importas.go Integrate ImportAs linter (#1783) 2021-02-26 13:08:49 -06:00
ineffassign.go ineffassign: use upstrea instead of golangci fork (#1780) 2021-02-26 00:36:43 +01:00
interfacer.go Deprecate Interfacer linter (#1755) 2021-02-20 18:55:11 -06:00
lll.go Fix #331: fix errcheck "ignore" config directive. 2018-12-23 12:33:41 +03:00
makezero.go fix: wrong load mode (#1733) 2021-02-14 12:11:38 -06:00
makezero_always.go fix: wrong load mode (#1733) 2021-02-14 12:11:38 -06:00
maligned.go Deprecate maligned, add govet fieldalignment as replacement (#1765) 2021-02-22 17:46:27 +01:00
misspell.go Fix #384: support ignore-words option for misspell 2019-02-17 23:47:29 +03:00
nakedret.go Fix #98: nakedret linter support 2018-06-30 15:41:47 +03:00
nestif.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
nilerr.go Add nilerr linter. (#1788) 2021-02-26 22:12:32 +01:00
nlreturn.go new nlreturn linter (#1267) 2020-08-02 15:16:45 -05:00
noctx.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
nolintlint.go Revert "Update nolintlint to fix nolint formatting and remove unused nolint statements (#1573)" (#1584) 2020-12-27 11:49:58 -08:00
nolintlint_unused.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
paralleltest.go add new paralleltest linter (#1503) 2020-11-22 22:28:38 +03:00
prealloc.go Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
predeclared.go add 'predeclared' linter (#1606) 2021-01-07 17:58:04 +01:00
predeclared_custom.go add 'predeclared' linter (#1606) 2021-01-07 17:58:04 +01:00
revive.go revive: add rule name in message. (#1772) 2021-02-24 09:07:54 +01:00
rowserrcheck.go rowserrcheck: fix reports false positive (#1670) 2021-01-30 03:01:07 +01:00
scopelint.go Deprecate 'scopelint' linter (#1819) 2021-03-09 10:19:22 -08:00
sqlclosecheck.go Add go1.16 support (#1740) 2021-02-17 05:17:41 +01:00
staticcheck.go Update staticcheck to v0.1.2 (2020.2.2) (#1756) 2021-02-21 16:27:32 +01:00
staticcheck_in_megacheck.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
structcheck.go Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
stylecheck.go Update megacheck (staticcheck) to 2019.1.1 2019-03-31 19:41:37 +03:00
stylecheck_not_in_megacheck.go Verify linter name in integration tests (#1595) 2021-01-15 21:37:56 +01:00
testpackage_test.go Add linter testpackage 2020-04-22 18:57:30 +03:00
thelper.go bump thelper linter version to v0.3.0 (#1696) 2021-02-07 18:28:04 +01:00
unconvert.go Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
unparam.go Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
unused.go Update staticcheck to v0.1.2 (2020.2.2) (#1756) 2021-02-21 16:27:32 +01:00
varcheck.go Fix #282, fix #209: revert goimports commit 2018-11-10 11:46:37 +03:00
wastedassign.go bump wastedassign to v0.2.0 (#1815) 2021-03-09 18:38:47 +01:00
wrapcheck.go build(deps): bump github.com/mbilski/exhaustivestruct from 1.1.0 to 1.2.0 (#1680) 2021-02-01 21:45:42 +01:00
wsl.go Bump wsl to v3.2.0 (#1750) 2021-02-20 15:16:10 +01:00