golangci-lint/pkg/golinters
Ludovic Fernandez aa3550ab83
fix: reduce flaky in the CI and clean the .golangci.yml of the project (#2359)
* fix: clean linter configuration
* fix: minor changes
* fix: increase timeout
2021-11-14 16:03:40 +01:00
..
goanalysis docs: fix grammar issues in comments (#2352) 2021-11-11 05:56:36 +01:00
nolintlint docs: fix grammar issues in comments (#2352) 2021-11-11 05:56:36 +01:00
asciicheck.go fix: wrong load mode (#1733) 2021-02-14 12:11:38 -06:00
bidichk.go bump bidichk from v0.1.1 to v0.2.0 2021-11-06 15:24:04 +01:00
bodyclose.go dramatically reduce memory usage (#758) 2019-09-30 16:19:41 +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 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 errcheck: empty selector name. (#2309) 2021-10-25 15:04:13 +02: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
exhaustive.go build(deps): bump github.com/nishanths/exhaustive from 0.3.6 to 0.6.0 (#2353) 2021-11-09 01:50:02 +01: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 gci: Parse the settings more similarly to the cli (#2217) 2021-09-04 16:39:09 +02:00
gochecknoglobals.go docs: fix grammar issues in comments (#2352) 2021-11-11 05:56:36 +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 docs: improve goconst documentation. (#2128) 2021-07-27 11:13:33 +02:00
gocritic.go fix: reduce flaky in the CI and clean the .golangci.yml of the project (#2359) 2021-11-14 16:03:40 +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 dev: replace ioutil with io and os (#2318) 2021-11-01 20:21:26 +01:00
goheader.go Bump go-header to v0.4.1 (#1578) 2020-12-27 20:32:33 +01:00
goimports.go docs: Improve goimports description (#2109) 2021-07-07 22:14:02 +02: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 dev: replace ioutil with io and os (#2318) 2021-11-01 20:21:26 +01: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
ireturn.go new-linter: ireturn (checks for function return type) (#2219) 2021-09-16 11:47:56 +02:00
lll.go docs: fix grammar issues in comments (#2352) 2021-11-11 05:56:36 +01: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
nilnil.go Add nilnil linter (#2236) 2021-09-17 10:25:37 +02:00
nlreturn.go nlreturn: add block-size option (#2237) 2021-09-18 14:29:45 +02: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 docs: fix grammar issues in comments (#2352) 2021-11-11 05:56:36 +01: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
tenv.go Add tenv linter (#2221) 2021-09-26 19:50:47 +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
varnamelen.go bump varnamelen to v0.4.0 (#2348) 2021-11-06 01:12:29 +01: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 deps: Update Wrapcheck to v2.3.0 (#2145) 2021-08-02 14:17:39 +02:00
wsl.go Refactor: preallocate slices (#2340) 2021-11-02 09:27:06 -07:00