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

Unified Diff: pkg/analyzer_plugin/.analysis_options

Issue 2659523006: Create the directory for the plugin package (Closed)
Patch Set: clean up Created 3 years, 11 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_plugin/.analysis_options
diff --git a/pkg/analyzer_plugin/.analysis_options b/pkg/analyzer_plugin/.analysis_options
new file mode 100644
index 0000000000000000000000000000000000000000..9f020a3c37ffc76669b58c0fafb3526bd1a021e9
--- /dev/null
+++ b/pkg/analyzer_plugin/.analysis_options
@@ -0,0 +1,7 @@
+analyzer:
+ strong-mode: true
+linter:
+ rules:
+ - annotate_overrides
+ - empty_constructor_bodies
+ - unnecessary_brace_in_string_interp
« no previous file with comments | « .packages ('k') | pkg/analyzer_plugin/BUILD.gn » ('j') | pkg/analyzer_plugin/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698