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

Unified Diff: pkg/telemetry/analysis_options.yaml

Issue 2954733002: Add initial version of analytics and crash reporting package. (Closed)
Patch Set: updates from review comments 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/telemetry/README.md ('k') | pkg/telemetry/lib/crash_reporting.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/telemetry/analysis_options.yaml
diff --git a/pkg/telemetry/analysis_options.yaml b/pkg/telemetry/analysis_options.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..85f01f0a5d4b5f56f700b97e9fcba66b84caff3b
--- /dev/null
+++ b/pkg/telemetry/analysis_options.yaml
@@ -0,0 +1,10 @@
+analyzer:
+ strong-mode: true
+linter:
+ rules:
+ - annotate_overrides
+ - empty_constructor_bodies
+ - empty_statements
+ - unawaited_futures
+ - unnecessary_brace_in_string_interps
+ - valid_regexps
« no previous file with comments | « pkg/telemetry/README.md ('k') | pkg/telemetry/lib/crash_reporting.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698