Skip to content

Commit

Permalink
golangci-lint: disable the failing linters
Browse files Browse the repository at this point in the history
These were passing for the previous version of golangci-lint. We will
enable them in the subsequent commits.

Signed-off-by: Raghavendra Talur <[email protected]>
  • Loading branch information
raghavendra-talur committed Nov 21, 2023
1 parent 98fbbe6 commit 50d0ba7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ linters-settings:
- name: blank-imports
- name: context-as-argument
- name: context-keys-type
- name: dot-imports
# - name: dot-imports
- name: error-return
- name: error-strings
- name: error-naming
Expand Down Expand Up @@ -89,20 +89,20 @@ linters:
- cyclop
- deadcode
- decorder
- depguard
# - depguard
- dogsled
- dupl
- durationcheck
- errcheck
- errchkjson
- errorlint
# - errorlint
- execinquery
- exhaustive
- exportloopref
- forbidigo
- funlen
- gocognit
- goconst
# - goconst
- gocritic
- gocyclo
- gofmt
Expand All @@ -125,12 +125,12 @@ linters:
- makezero
- maligned
- misspell
- nakedret
# - nakedret
- nestif
- nilerr
- nlreturn
- noctx
- nolintlint
# - nolintlint
- nosprintfhostport
- prealloc
- predeclared
Expand All @@ -151,7 +151,7 @@ linters:
- unused
- usestdlibvars
- varcheck
- wastedassign
# - wastedassign
- whitespace
- wsl
# - exhaustivestruct
Expand Down

0 comments on commit 50d0ba7

Please sign in to comment.