Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(936)

Unified Diff: pkg/analyzer_plugin/analysis_options.yaml

Issue 2933713002: Add a couple of lints to the options files (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer_cli/analysis_options.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/analysis_options.yaml
diff --git a/pkg/analyzer_plugin/analysis_options.yaml b/pkg/analyzer_plugin/analysis_options.yaml
index 9f020a3c37ffc76669b58c0fafb3526bd1a021e9..c253a63f5b6e2c6beb8ea43c5a7e373b233543d3 100644
--- a/pkg/analyzer_plugin/analysis_options.yaml
+++ b/pkg/analyzer_plugin/analysis_options.yaml
@@ -4,4 +4,8 @@ linter:
rules:
- annotate_overrides
- empty_constructor_bodies
+ - empty_statements
+ - prefer_single_quotes
+ - unawaited_futures
- unnecessary_brace_in_string_interp
+ - valid_regexps
« no previous file with comments | « pkg/analyzer_cli/analysis_options.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698