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: var-declaration
|
||||||
- name: blank-imports
|
- name: blank-imports
|
||||||
- name: indent-error-flow
|
- name: indent-error-flow
|
||||||
|
- name: unreachable-code
|
||||||
staticcheck:
|
staticcheck:
|
||||||
checks:
|
checks:
|
||||||
- all
|
- all
|
||||||
|
|
Loading…
Reference in New Issue