Fix analyzer
This commit is contained in:
parent
29d15768a1
commit
243f7b527a
4 changed files with 17 additions and 12 deletions
11
analysis_options.yaml
Normal file
11
analysis_options.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
include: package:pedantic/analysis_options.yaml
|
||||
|
||||
linter:
|
||||
rules:
|
||||
# - camel_case_types
|
||||
|
||||
analyzer:
|
||||
errors:
|
||||
todo: ignore
|
||||
exclude:
|
||||
- lib/generated_plugin_registrant.dart
|
||||
Loading…
Add table
Add a link
Reference in a new issue