Merge pull request #4501 from chaosi-zju/lint-increment-decrement

cleanup: enable revive(increment-decrement) checking
This commit is contained in:
karmada-bot 2024-01-04 22:00:28 +08:00 committed by GitHub
commit 17e7119087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ linters-settings:
- name: error-strings
- name: error-return
- name: receiver-naming
- name: increment-decrement
staticcheck:
checks:
- all