lint: show error for unused imports
This commit is contained in:
parent
7884f378aa
commit
8c2a274386
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ analyzer:
|
|||
directives_ordering: error
|
||||
always_use_package_imports: error
|
||||
prefer_final_fields: error
|
||||
unused_import: warning
|
||||
unused_import: error
|
||||
prefer_is_empty: warning
|
||||
use_rethrow_when_possible: info
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue