ci: skip fix registration for linting (#15965)
This commit is contained in:
parent
00b78fae00
commit
a6ea0948b2
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -409,7 +409,7 @@ jobs:
|
||||
id: git_diff
|
||||
with:
|
||||
PATTERNS: |
|
||||
simapp/**/*.go
|
||||
**/*.go
|
||||
simapp/go.mod
|
||||
simapp/go.sum
|
||||
- name: tests simapp
|
||||
|
||||
@ -4,6 +4,8 @@ run:
|
||||
sort-results: true
|
||||
allow-parallel-runners: true
|
||||
exclude-dir: testutil/testdata
|
||||
skip-files:
|
||||
- server/grpc/gogoreflection/fix_registration.go
|
||||
|
||||
linters:
|
||||
disable-all: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user