File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 11include : package:pedantic/analysis_options.yaml
22linter :
33 rules :
4- - avoid_empty_else
5- - avoid_init_to_null
64 - avoid_null_checks_in_equality_operators
75 - avoid_unused_constructor_parameters
86 - await_only_futures
@@ -11,30 +9,18 @@ linter:
119 - constant_identifier_names
1210 - control_flow_in_finally
1311 - directives_ordering
14- - empty_catches
15- - empty_constructor_bodies
1612 - empty_statements
1713 - hash_and_equals
1814 - implementation_imports
1915 - iterable_contains_unrelated_type
20- - library_names
21- - library_prefixes
2216 - list_remove_unrelated_type
2317 - non_constant_identifier_names
2418 - overridden_fields
2519 - package_api_docs
2620 - package_names
2721 - package_prefixed_library_names
28- - prefer_equal_for_default_values
2922 - prefer_final_fields
3023 - prefer_generic_function_type_aliases
31- - prefer_is_not_empty
32- - slash_for_doc_comments
3324 - test_types_in_equals
3425 - throw_in_finally
35- - type_init_formals
3626 - unnecessary_brace_in_string_interps
37- - unnecessary_const
38- - unnecessary_new
39- - unrelated_type_equality_checks
40- - valid_regexps
You can’t perform that action at this time.
0 commit comments