Skip to content

Instantly share code, notes, and snippets.

@iducool
Created February 6, 2021 12:46
Show Gist options
  • Save iducool/2e7cc0687d461a67e799398612fdf2e0 to your computer and use it in GitHub Desktop.
Save iducool/2e7cc0687d461a67e799398612fdf2e0 to your computer and use it in GitHub Desktop.
Customized linting rules for Flutter
include: package:effective_dart/analysis_options.yaml
analyzer:
errors:
missing_required_param: error
missing_return: error
exclude:
- "**/*.g.dart"
linter:
rules:
public_member_api_docs: false
lines_longer_than_80_chars: false
one_member_abstracts: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment