Skip to content

Commit

Permalink
revert lint
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 19, 2024
1 parent 301ad06 commit 9fce633
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 @@ -37,6 +37,8 @@ issues:
exclude-dirs:
- testutil/testdata
exclude-files:
- server/grpc/gogoreflection/fix_registration.go
- "fix_registration.go"
- ".*\\.pb\\.go$"
- ".*\\.pb\\.gw\\.go$"
- ".*\\.pulsar\\.go$"
Expand Down Expand Up @@ -118,4 +120,4 @@ linters-settings:
- appendAssign
- ifElseChain
unused:
local-variables-are-used: false
local-variables-are-used: false

0 comments on commit 9fce633

Please sign in to comment.