Files
sdk/pkg/dartfix/analysis_options.yaml
T
Nicholas Shahan f9dfa7cbfd [dartfix] Bump pkg:pedantic to version 1.7.0
New versions of pedantic now offer imports to versioned includes. This will
allow us to update packages in the SDK independently when new lints are added in
future versions.

Issue: #37218
Change-Id: I43a4a9ba6730ed107a87f4060d47bb50d837de49
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106184
Reviewed-by: Dan Rubel <danrubel@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2019-06-17 16:47:52 +00:00

8 lines
163 B
YAML

include: package:pedantic/analysis_options.1.7.0.yaml
linter:
rules:
- directives_ordering
- empty_statements
- unnecessary_brace_in_string_interps