Skip to content

Commit

Permalink
BUILD: fix yamllint complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
hdurand0710 authored and mjuraga committed Feb 5, 2024
1 parent d04b750 commit 0c1cb08
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ linters-settings:
linters:
enable-all: true
disable:
- golint # deprecated, replaced with revive
- interfacer # deprecated
- maligned # deprecated
- golint # deprecated, replaced with revive
- interfacer # deprecated
- maligned # deprecated
- wrapcheck
- nlreturn
- gomnd
Expand All @@ -48,18 +48,18 @@ linters:
- nonamedreturns
- interfacebloat
- dupword
- forcetypeassert #tmp needs to be on
- ifshort # deprecated
- structcheck # deprecated
- deadcode # deprecated
- nosnakecase # deprecated
- varcheck # deprecated
- rowserrcheck # deprecated
- sqlclosecheck # deprecated
- wastedassign # deprecated
- golint # deprecated
- interfacer # deprecated
- maligned # deprecated
- forcetypeassert # tmp needs to be on
- ifshort # deprecated
- structcheck # deprecated
- deadcode # deprecated
- nosnakecase # deprecated
- varcheck # deprecated
- rowserrcheck # deprecated
- sqlclosecheck # deprecated
- wastedassign # deprecated
- golint # deprecated
- interfacer # deprecated
- maligned # deprecated
- depguard

issues:
Expand Down

0 comments on commit 0c1cb08

Please sign in to comment.