Skip to content

Commit

Permalink
break on purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Oct 26, 2023
1 parent 8f680c3 commit 37608c2
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,32 +53,3 @@ linters:
- varcheck # abandoned
- wrapcheck # don't _always_ need to wrap errors
- wsl # over-generous whitespace violates house style
issues:
exclude-rules:
# Loosen requirements on conformance executor
- path: internal/cmd/
linters:
- forbidigo
- errorlint
# Loosen requirements on tests
- path: _test.go
linters:
- funlen
- varnamelen
- unparam
- gosec
- path: celext/lib.go
linters:
# setting up custom functions/overloads appears duplicative (false positive)
- dupl
# Types are checked internally within CEL. There are bigger issues if its
# type analysis is wrong
- forcetypeassert
# static unexported lookup tables
- path: internal/constraints/lookups.go
linters:
- gochecknoglobals
- path: resolver/resolver.go
linters:
# uses deprecated fields on protoimpl.ExtensionInfo but its the only way
- staticcheck

0 comments on commit 37608c2

Please sign in to comment.