Skip to content

Instantly share code, notes, and snippets.

View mawippel's full-sized avatar
🏠
Working from home

Marcelo Wippel mawippel

🏠
Working from home
View GitHub Profile
@mawippel
mawippel / analysis_options.yaml
Last active July 21, 2020 22:22
Exemplo de analysis_options.yaml
# See: https://dart-lang.github.io/linter/lints/
include: package:lint/analysis_options.yaml
analyzer:
strong-mode:
implicit-casts: true
errors:
missing_required_param: warning
missing_return: warning