golangci-lint/pkg/golinters
dependabot[bot] 879821e7ff
build(deps): bump github.com/daixiang0/gci from 0.2.8 to 0.2.9 (#2085)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2021-06-29 12:47:17 +02:00
..
goanalysis typecheck: display compilation errors as report instead of error (#1861) 2021-03-25 23:52:55 +01:00
nolintlint nolintlint: fix false positive. (#2013) 2021-05-31 09:04:37 +02:00
asciicheck.go fix: wrong load mode (#1733) 2021-02-14 12:11:38 -06:00
bodyclose.go dramatically reduce memory usage (#758) 2019-09-30 16:19:41 +03:00
cyclop.go cyclop: add missing settings (#1743) 2021-02-18 21:17:04 +01:00
deadcode.go Add linter for nolint 2020-04-26 20:20:17 -07:00
depguard.go dev: clean configuration and code (#1830) 2021-03-09 19:46:18 +01:00
dogsled.go Make incremental analysis (#808) 2019-10-13 17:40:51 +03:00
dupl.go Fix lint errors on files with //line directive (#1065) 2020-05-05 18:49:34 +03:00
durationcheck.go feat: add durationcheck linter. (#1734) 2021-02-14 11:47:06 -06:00
errcheck.go Use errcheck from main repo instead of golangci-lint fork (#1319) 2021-02-25 13:16:48 +01:00
errorlint.go Update errorlint to HEAD (#1933) 2021-05-01 18:41:26 +02:00
exhaustive.go update exhaustive to latest; use version in go.mod (#1449) 2020-10-14 08:19:06 +02:00
exhaustivestruct.go exhaustivestruct: add missing settings (#1746) 2021-02-19 19:20:47 +01:00
exportloopref.go build(deps): bump github.com/kyoh86/exportloopref from 0.1.4 to 0.1.7 (#1214) 2020-07-12 21:41:06 +02:00
forbidigo.go Expose more config options for forbidigo (#1677) 2021-02-01 21:16:28 +01:00
forcetypeassert.go fix: linters load mode (#1862) 2021-03-21 23:06:40 +01:00
funlen.go Add linter for nolint 2020-04-26 20:20:17 -07:00
gci.go build(deps): bump github.com/daixiang0/gci from 0.2.8 to 0.2.9 (#2085) 2021-06-29 12:47:17 +02:00
gochecknoglobals.go dev: clean configuration and code (#1830) 2021-03-09 19:46:18 +01:00
gochecknoinits.go Update gochecknoglobals, use source analyzer (#1422) 2020-10-16 08:38:04 +11:00
gocognit.go Use upstream gocyclo. (#1739) 2021-02-17 10:27:15 +01:00
goconst.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 docs: improve gocritic description (#1766) 2021-02-25 00:16:16 +01:00
gocyclo.go Use upstream gocyclo. (#1739) 2021-02-17 10:27:15 +01:00
godot.go Add "exclude" option for godot linter (#1669) 2021-01-29 15:23:12 +01:00
godox.go Add linter for nolint 2020-04-26 20:20:17 -07:00
goerr113.go feat: add go-err113 linter support 2020-04-27 21:37:34 +03:00
gofmt.go Support --fix for gofumpt (#1239) 2020-07-18 21:33:47 -05:00
gofmt_common.go Deprecate 'scopelint' linter (#1819) 2021-03-09 10:19:22 -08:00
gofmt_test.go Use stretchr/testify to mock log. 2019-09-24 11:58:40 -04:00
gofumpt.go gofumpt: Add lang-version option (#2069) 2021-06-23 05:56:20 +02:00
goheader.go Bump go-header to v0.4.1 (#1578) 2020-12-27 20:32:33 +01:00
goimports.go Support --fix for gofumpt (#1239) 2020-07-18 21:33:47 -05:00
golint.go Make fine-grained hashing. (#814) 2019-10-14 09:50:57 +03:00
gomnd.go fix: bump github.com/tommy-muehle/go-mnd/v2 to v2.3.1 (#1667) 2021-01-26 11:43:15 +01:00
gomoddirectives.go Add gomoddirectives linter. (#1817) 2021-03-09 18:59:06 +01:00
gomodguard.go gomodguard: fix problem where duplicate issues were being reported (#2018) 2021-05-27 22:21:23 +02:00
goprintffuncname.go add goprintffuncname linter (#850) 2020-01-19 16:46:51 +03:00
gosec.go gosec: add configuration (#1930) 2021-04-24 23:20:12 +02:00
gosimple.go staticcheck: configuration for staticcheck, gosimple, stylecheck (#2017) 2021-05-27 20:11:30 +02:00
govet.go govet: Update vet passes (#1950) 2021-05-01 18:37:53 +02:00
govet_test.go update go-critic to v0.5.6 (#1925) 2021-05-01 13:41:21 +02:00
ifshort.go fix: add missing ifshort configuration. (#1672) 2021-02-01 23:13:53 +01:00
importas.go importas: allow repeated aliases (#1960) 2021-05-08 18:18:50 +02:00
ineffassign.go fix: linters load mode (#1862) 2021-03-21 23:06:40 +01:00
interfacer.go Add linter for nolint 2020-04-26 20:20:17 -07:00
lll.go Fix lint errors on files with //line directive (#1065) 2020-05-05 18:49:34 +03:00
makezero.go fix: linters load mode (#1862) 2021-03-21 23:06:40 +01:00
maligned.go Add linter for nolint 2020-04-26 20:20:17 -07:00
misspell.go Fix lint errors on files with //line directive (#1065) 2020-05-05 18:49:34 +03:00
nakedret.go Make incremental analysis (#808) 2019-10-13 17:40:51 +03:00
nestif.go Add linter for nolint 2020-04-26 20:20:17 -07: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 Add Noctx (#1179) 2020-06-08 20:21:58 +00:00
nolintlint.go nolintlint: allow to fix //nolint lines (#1583) 2021-03-13 05:11:05 +01:00
paralleltest.go fix: linters load mode (#1862) 2021-03-21 23:06:40 +01:00
prealloc.go prealloc: Use upstream version (#1694) 2021-02-06 14:17:25 +01:00
predeclared.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: add enable-all-rules. (#2075) 2021-06-23 01:06:43 +02:00
rowerrcheck.go Add rows.Err weather checked linter (#849) 2020-01-08 14:08:16 +03:00
scopelint.go build(deps): bump github.com/kulti/thelper from 0.1.0 to 0.2.0 (#1630) 2021-01-05 05:09:01 +01:00
sqlclosecheck.go Added sqlclosecheck to linters (#1203) 2020-07-04 14:30:16 +00:00
staticcheck.go staticcheck: configuration for staticcheck, gosimple, stylecheck (#2017) 2021-05-27 20:11:30 +02:00
staticcheck_common.go build(deps): bump honnef.co/go/tools from v0.1.4 to v0.2.0 (#2019) 2021-05-29 20:44:40 +02:00
structcheck.go Add linter for nolint 2020-04-26 20:20:17 -07:00
stylecheck.go staticcheck: configuration for staticcheck, gosimple, stylecheck (#2017) 2021-05-27 20:11:30 +02:00
tagliatelle.go Add tagliatelle linter (#1906) 2021-04-12 17:59:50 +02:00
testpackage.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
tparallel.go Add tparallel linter (#1380) 2020-10-02 13:00:46 -07:00
typecheck.go typecheck: display compilation errors as report instead of error (#1861) 2021-03-25 23:52:55 +01:00
unconvert.go Add linter for nolint 2020-04-26 20:20:17 -07:00
unparam.go dev: clean configuration and code (#1830) 2021-03-09 19:46:18 +01:00
unused.go build(deps): bump honnef.co/go/tools from v0.1.4 to v0.2.0 (#2019) 2021-05-29 20:44:40 +02:00
util.go dramatically reduce memory usage (#758) 2019-09-30 16:19:41 +03:00
varcheck.go Add linter for nolint 2020-04-26 20:20:17 -07:00
wastedassign.go Update wastedassign to v2.0.6 (#2020) 2021-05-29 14:26:26 +03:00
whitespace.go Add linter for nolint 2020-04-26 20:20:17 -07:00
wrapcheck.go Update Wrapcheck to v2, add configuration (#1947) 2021-05-01 00:13:51 +02:00
wsl.go Update wsl to 3.3.0, sort config in example config (#1922) 2021-04-21 19:18:09 +02:00