Merge pull request #4514 from Affan-7/lint-unreachable-code

Add linting for unreachable code
This commit is contained in:
karmada-bot 2024-01-10 14:12:37 +08:00 committed by GitHub
commit d10b6d8000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -82,6 +82,7 @@ linters-settings:
- name: var-declaration
- name: blank-imports
- name: indent-error-flow
- name: unreachable-code
staticcheck:
checks:
- all