Skip to content

Commit

Permalink
ci: skip fix_registration.go when using LINT_DIFF=1 (#17185)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jul 31, 2023
1 parent edba186 commit 60ead8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ run:
exclude-dir: testutil/testdata
skip-files:
- server/grpc/gogoreflection/fix_registration.go
- "fix_registration.go"
- ".*\\.pb\\.go$"
- ".*\\.pb\\.gw\\.\\.go$"
- ".*\\.pb\\.gw\\.go$"
- ".*\\.pulsar\\.go$"

linters:
Expand Down

0 comments on commit 60ead8d

Please sign in to comment.