Skip to content
Snippets Groups Projects
Commit ee3ea48b authored by Fabian Seidl's avatar Fabian Seidl
Browse files

just added another optional linter

parent 8738ae37
No related branches found
No related tags found
1 merge request!363Resolve "Improve security by enabling and enforcing more linting rules"
Pipeline #110785 passed
...@@ -34,7 +34,7 @@ linters: ...@@ -34,7 +34,7 @@ linters:
# enable the specific needed linters # enable the specific needed linters
# see here for full list: https://golangci-lint.run/usage/linters/ # see here for full list: https://golangci-lint.run/usage/linters/
# linters to consider: gosimple, containedctx, contextcheck, depguard, errchkjson, errname, exhaustive, exhaustruct, forbidigo, # linters to consider: gosimple, containedctx, contextcheck, depguard, errchkjson, errname, exhaustive, exhaustruct, forbidigo,
# gochecknoinits, gocognit, goconst, godot, gofumpt, gomnd, gosec, importas, lll, nestif, nilerr, nlreturn, noctx, nolintlint, # gochecknoinits, gocognit, goconst, gocritic, godot, gofumpt, gomnd, gosec, importas, lll, nestif, nilerr, nlreturn, noctx, nolintlint,
# nosnakecase, paralleltest, prealloc, structcheck, testpackage, tparallel, unparam, wastedassign, wrapcheck, wsl # nosnakecase, paralleltest, prealloc, structcheck, testpackage, tparallel, unparam, wastedassign, wrapcheck, wsl
disable-all: true disable-all: true
enable: enable:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment