initial
This commit is contained in:
21
analysis_options.yaml
Normal file
21
analysis_options.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
include: package:lint/strict.yaml
|
||||
|
||||
analyzer:
|
||||
plugins:
|
||||
- custom_lint
|
||||
exclude:
|
||||
- "**.g.dart"
|
||||
- "lib/gen/**"
|
||||
errors:
|
||||
invalid_annotation_target: ignore
|
||||
|
||||
linter:
|
||||
rules:
|
||||
sort_pub_dependencies: false
|
||||
sort_unnamed_constructors_first: false
|
||||
avoid_classes_with_only_static_members: false
|
||||
|
||||
custom_lint:
|
||||
rules:
|
||||
# Enable one rule
|
||||
- provider_parameters
|
||||
Reference in New Issue
Block a user