Lint: enforce always_use_package_imports rule
This commit is contained in:
parent
3239ba3644
commit
ffebccf003
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ linter:
|
|||
- use_rethrow_when_possible
|
||||
- prefer_double_quotes
|
||||
- directives_ordering
|
||||
- always_use_package_imports
|
||||
|
||||
analyzer:
|
||||
errors:
|
||||
|
@ -33,6 +34,7 @@ analyzer:
|
|||
exhaustive_cases: error
|
||||
curly_braces_in_flow_control_structures: error
|
||||
directives_ordering: error
|
||||
always_use_package_imports: error
|
||||
unused_import: warning
|
||||
prefer_is_empty: warning
|
||||
use_rethrow_when_possible: info
|
||||
|
|
Loading…
Add table
Reference in a new issue