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

Unified Diff: pkg/analyzer_cli/analysis_options.yaml

Issue 2963323002: Add analytics to analyzer-cli and analysis server. (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
Index: pkg/analyzer_cli/analysis_options.yaml
diff --git a/pkg/analyzer_cli/analysis_options.yaml b/pkg/analyzer_cli/analysis_options.yaml
index 83c083b7b3d4648f5a37dde85e99ca9711002fe9..d37d72a9741ad3d27619dbe702dbc32a2fbf9284 100644
--- a/pkg/analyzer_cli/analysis_options.yaml
+++ b/pkg/analyzer_cli/analysis_options.yaml
@@ -4,7 +4,9 @@ analyzer:
- 'test/data'
linter:
rules:
+ - directives_ordering
Brian Wilkerson 2017/06/30 18:51:22 I'm not sure how useful this is, given that we alw
devoncarew 2017/06/30 21:58:13 Removed (it didn't catch anything in this package)
- empty_constructor_bodies
- empty_statements
- unnecessary_brace_in_string_interps
- valid_regexps
+

Powered by Google App Engine
This is Rietveld 408576698