.. |
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
|
Add tenv linter (#2221)
|
2021-09-26 19:50:47 +02: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
|
errcheck: allow exclude config without extra file (#2110)
|
2021-07-13 02:23:12 +02:00 |
fix
|
nolintlint: allow to fix //nolint lines (#1583)
|
2021-03-13 05:11:05 +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
|
typecheck: display compilation errors as report instead of error (#1861)
|
2021-03-25 23:52:55 +01: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: linters load mode (#1862)
|
2021-03-21 23:06:40 +01:00 |
bodyclose.go
|
Make incremental analysis (#808)
|
2019-10-13 17:40:51 +03:00 |
contextcheck.go
|
feat: add contextcheck linter (#2216)
|
2021-10-04 23:21:50 +02: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
|
golint: deprecation (#1965)
|
2021-05-11 00:50:50 +02: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_exclude_functions.go
|
errcheck: allow exclude config without extra file (#2110)
|
2021-07-13 02:23:12 +02: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 |
errname.go
|
Add errname linter (#2129)
|
2021-08-04 15:19:58 -07:00 |
errorlint.go
|
Update errorlint to HEAD (#1933)
|
2021-05-01 18:41:26 +02:00 |
errorlint_asserts.go
|
Update errorlint to HEAD (#1933)
|
2021-05-01 18:41:26 +02:00 |
errorlint_comparison.go
|
Update errorlint to HEAD (#1933)
|
2021-05-01 18:41:26 +02:00 |
errorlint_errorf.go
|
Update errorlint to HEAD (#1933)
|
2021-05-01 18:41:26 +02: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 |
goconst_dont_ignore_test.go
|
Bump github.com/jgautheron/goconst from 0.5.6 to 0.5.7(#2044)
|
2021-06-09 22:20:13 +02:00 |
goconst_ignore_test.go
|
Bump github.com/jgautheron/goconst from 0.5.6 to 0.5.7(#2044)
|
2021-06-09 22:20:13 +02: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
|
golint: deprecation (#1965)
|
2021-05-11 00:50:50 +02:00 |
gomnd.go
|
Verify linter name in integration tests (#1595)
|
2021-01-15 21:37:56 +01:00 |
gomodguard.go
|
docs: improve linters page (#1995)
|
2021-05-17 23:56:46 +02: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.8.1 to 2.9.1 (#2299)
|
2021-10-19 00:20:49 +02:00 |
gosec_rules_config.go
|
gosec: add configuration (#1930)
|
2021-04-24 23:20:12 +02:00 |
gosimple.go
|
Update megacheck (staticcheck) to 2019.1.1
|
2019-03-31 19:41:37 +03:00 |
govet.go
|
build(deps): bump github.com/mgechev/revive from 1.0.6 to 1.0.7 (#2027)
|
2021-05-31 09:31:49 +02: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
|
importas: allow repeated aliases (#1960)
|
2021-05-08 18:18:50 +02:00 |
importas_noalias.go
|
importas: add message if settings contain no aliases (#1956)
|
2021-05-07 00:58:10 +02:00 |
importas_strict.go
|
importas: allow repeated aliases (#1960)
|
2021-05-08 18:18:50 +02: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 |
ireturn_allow.go
|
new-linter: ireturn (checks for function return type) (#2219)
|
2021-09-16 11:47:56 +02:00 |
ireturn_default.go
|
new-linter: ireturn (checks for function return type) (#2219)
|
2021-09-16 11:47:56 +02:00 |
ireturn_reject_stdlib.go
|
new-linter: ireturn (checks for function return type) (#2219)
|
2021-09-16 11:47:56 +02: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 |
nilnil.go
|
Add nilnil linter (#2236)
|
2021-09-17 10:25:37 +02:00 |
nlreturn-block-size.go
|
nlreturn: add block-size option (#2237)
|
2021-09-18 14:29:45 +02: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
|
nolintlint: allow to fix //nolint lines (#1583)
|
2021-03-13 05:11:05 +01: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 |
promlinter.go
|
Add promlinter to lint metrics name (#1265)
|
2021-03-30 14:56:42 +02:00 |
revive.go
|
revive: convert hard coded excludes into default exclude patterns (#1938)
|
2021-05-01 18:40:56 +02:00 |
revive_default.go
|
revive: the default configuration is only applied when no dedicated configuration. (#1831)
|
2021-03-15 12:39:04 +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 |
tagliatelle.go
|
Add tagliatelle linter (#1906)
|
2021-04-12 17:59:50 +02:00 |
tenv.go
|
Add tenv linter (#2221)
|
2021-09-26 19:50:47 +02:00 |
tenv_all.go
|
Add tenv linter (#2221)
|
2021-09-26 19:50:47 +02:00 |
tenv_all_test.go
|
Add tenv linter (#2221)
|
2021-09-26 19:50:47 +02:00 |
tenv_test.go
|
Add tenv linter (#2221)
|
2021-09-26 19:50:47 +02: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
|
Update wastedassign to v2.0.6 (#2020)
|
2021-05-29 14:26:26 +03: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 |