Merge pull request #4514 from Affan-7/lint-unreachable-code
Add linting for unreachable code
This commit is contained in:
commit
d10b6d8000
|
@ -82,6 +82,7 @@ linters-settings:
|
|||
- name: var-declaration
|
||||
- name: blank-imports
|
||||
- name: indent-error-flow
|
||||
- name: unreachable-code
|
||||
staticcheck:
|
||||
checks:
|
||||
- all
|
||||
|
|
Loading…
Reference in New Issue