blob: 7a71105d3f48d1f40f906e19987a42bf83f97f6f [file] [log] [blame] [edit]
include: ../analysis_options.yaml
analyzer:
exclude:
# Optional: exclude the generated file if you don't want it analyzed
- hook/build.dart
linter:
rules:
# a few rules listed below are the ones we would like to exclude from flutter_lint package, for app_dart
# reasons for exclusions are provided in the comments to the right
avoid_print: false # we have necessary print calls in the code
constant_identifier_names: false # we have all capitalized enums in check_for_waiting_pull_requests_test.dart