ci: skip fix_registration.go when using LINT_DIFF=1 (#17185)

This commit is contained in:
Julien Robert 2023-07-31 12:30:23 +02:00 committed by GitHub
parent edba186aa3
commit 60ead8dd24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: