mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
CI: Skip some modernize checks that fail on GRPC stubs.
This commit is contained in:
parent
a620ecca8b
commit
b22332e1d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
|
||||
- name: moderize
|
||||
run: |
|
||||
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -test ./...
|
||||
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -any=false -reflecttypefor=false -test ./...
|
||||
|
||||
checklocks:
|
||||
name: checklocks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue