blob: 63d1935aeaca34183b328ce1b60a38d3ac01b80d [file] [log] [blame]
include: package:pedantic/analysis_options.1.8.0.yaml
linter:
rules:
directives_ordering: true
empty_statements: true
unnecessary_brace_in_string_interps: true
# Turn off the prefer_is_empty lint so that it can be used in the example tests
# and not be reported during normal package analysis.
prefer_is_empty: false