Skip to content

Instantly share code, notes, and snippets.

@BrianMwas
Created July 16, 2021 11:14
Show Gist options
  • Save BrianMwas/c1c6c777498126fed06ed8afac5ba8c6 to your computer and use it in GitHub Desktop.
Save BrianMwas/c1c6c777498126fed06ed8afac5ba8c6 to your computer and use it in GitHub Desktop.
analyzer:
exclude:
- build/**
- lib/**.g.dart
errors:
missing_return: error
dead_code: error
always_declare_return_types: error
avoid_web_libraries_in_flutter: error
missing_required_param: error
file_names: error
camel_case_type: error
empty_statements: error
iterable_contains_unrelated_type: error
list_remove_unrelated_type: error
no_duplicate_case_values: error
unrelated_type_quality_checks: error
lines_longer_than_80_chars: warning
prefer_single_quotes: error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment