Skip to content

Commit

Permalink
update golang ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
sni committed May 6, 2024
1 parent fe83d78 commit e5edda6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ linters:
- depguard
- exhaustivestruct
- exhaustruct
- err113
- gochecknoglobals
- gochecknoinits
- gofumpt
Expand All @@ -57,6 +58,8 @@ linters:
- wsl
# deprecated
- deadcode
- execinquery
- gomnd
- structcheck
- varcheck
- scopelint
Expand All @@ -68,7 +71,6 @@ issues:
exclude-use-default: true
exclude:
- 'data.Options.Sub.*_raw_query.*is deeply nested'
- 'err113:'
- 'Expect WriteFile permissions to be 0600 or less'
- 'lines are duplicate of.*_test.go:'
- 'lines are duplicate of.*objects.go:'
Expand Down

0 comments on commit e5edda6

Please sign in to comment.