mirror of
https://github.com/flutter/samples.git
synced 2026-04-04 10:41:55 +00:00
Enable some extra lints for compass app client (#2560)
Enable a few more lints that were mostly followed already for consistency.
This commit is contained in:
@@ -2,4 +2,10 @@ include: package:flutter_lints/flutter.yaml
|
||||
|
||||
linter:
|
||||
rules:
|
||||
- combinators_ordering
|
||||
- directives_ordering
|
||||
- omit_local_variable_types
|
||||
- prefer_final_fields
|
||||
- prefer_final_in_for_each
|
||||
- prefer_final_locals
|
||||
- prefer_relative_imports
|
||||
|
||||
Reference in New Issue
Block a user