Skip to content

Commit

Permalink
Use pkg:pedantic lints (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo authored Sep 4, 2018
1 parent dc71646 commit fd3e813
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ linter:
- avoid_function_literals_in_foreach_calls
- avoid_init_to_null
- avoid_null_checks_in_equality_operators
- avoid_relative_lib_imports
- avoid_return_types_on_setters
- avoid_returning_null
- avoid_types_as_parameter_names
- avoid_unused_constructor_parameters
- await_only_futures
- camel_case_types
Expand Down Expand Up @@ -72,4 +74,5 @@ linter:
- unnecessary_statements
- unnecessary_this
- unrelated_type_equality_checks
- use_rethrow_when_possible
- valid_regexps

0 comments on commit fd3e813

Please sign in to comment.