Skip to content

Commit

Permalink
ci: skip fix_registration.go when using LINT_DIFF=1 (backport #17185
Browse files Browse the repository at this point in the history
) (#17213)

Co-authored-by: Julien Robert <[email protected]>
  • Loading branch information
mergify[bot] and julienrbrt authored Jul 31, 2023
1 parent 9a0ca33 commit f41d678
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 f41d678

Please sign in to comment.