Skip to content

Commit

Permalink
revert dynamic lint, add todo: ignore, and dartfmt (#2581)
Browse files Browse the repository at this point in the history
* revert dynamic lint, add todo: ignore, and dartfmt

* dartfmt has an change at raw dev, but not released... argh
  • Loading branch information
jcollins-g committed Mar 17, 2021
1 parent 5bd698d commit d0a87c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include: package:pedantic/analysis_options.1.11.0.yaml

analyzer:
errors:
todo: ignore
unused_import: warning
unused_shown_name: warning
exclude:
Expand All @@ -17,7 +18,6 @@ analyzer:
linter:
rules:
- always_declare_return_types
- avoid_dynamic_calls
- avoid_single_cascade_in_expression_statements
- avoid_unused_constructor_parameters
- annotate_overrides
Expand Down
1 change: 1 addition & 0 deletions analysis_options_presubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include: package:pedantic/analysis_options.1.11.0.yaml

analyzer:
errors:
todo: ignore
unused_import: warning
unused_shown_name: warning
### Extra ignores for presubmit
Expand Down

0 comments on commit d0a87c7

Please sign in to comment.