Skip to content

Commit d0a87c7

Browse files
authored
revert dynamic lint, add todo: ignore, and dartfmt (#2581)
* revert dynamic lint, add todo: ignore, and dartfmt * dartfmt has an change at raw dev, but not released... argh
1 parent 5bd698d commit d0a87c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

analysis_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include: package:pedantic/analysis_options.1.11.0.yaml
44

55
analyzer:
66
errors:
7+
todo: ignore
78
unused_import: warning
89
unused_shown_name: warning
910
exclude:
@@ -17,7 +18,6 @@ analyzer:
1718
linter:
1819
rules:
1920
- always_declare_return_types
20-
- avoid_dynamic_calls
2121
- avoid_single_cascade_in_expression_statements
2222
- avoid_unused_constructor_parameters
2323
- annotate_overrides

analysis_options_presubmit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include: package:pedantic/analysis_options.1.11.0.yaml
44

55
analyzer:
66
errors:
7+
todo: ignore
78
unused_import: warning
89
unused_shown_name: warning
910
### Extra ignores for presubmit

0 commit comments

Comments
 (0)