blob: 974a8509818005518f59bdd3cde6e9a523e3b773 [file] [log] [blame]
include: ../analysis_options.yaml
analyzer:
language:
strict-raw-types: false # TODO: Remove this lint
linter:
rules:
constant_identifier_names: false # we have all capitalized enums in check_for_waiting_pull_requests_test.dart
require_trailing_commas: true
unawaited_futures: true