ci: skip fix registration for linting (#15965)

This commit is contained in:
Julien Robert 2023-04-27 07:54:10 +02:00 committed by GitHub
parent 00b78fae00
commit a6ea0948b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -409,7 +409,7 @@ jobs:
id: git_diff
with:
PATTERNS: |
simapp/**/*.go
**/*.go
simapp/go.mod
simapp/go.sum
- name: tests simapp

View File

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