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

Unified Diff: pkg/front_end/.analysis_options

Issue 2693673002: Add some analysis excludes for pkg/front_end. (Closed)
Patch Set: just exclude test/fasta/** Created 3 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/.analysis_options
diff --git a/pkg/front_end/.analysis_options b/pkg/front_end/.analysis_options
index 9a5216af285e6e97eaffc1b4a6ad96b034341000..61936d8ce50b96d5f5e320b37789a19ebca40b02 100644
--- a/pkg/front_end/.analysis_options
+++ b/pkg/front_end/.analysis_options
@@ -2,8 +2,11 @@ analyzer:
strong-mode: true
language:
enableSuperMixins: true
+ exclude:
+ # TODO(devoncarew): Without this exclude I see ~400 analysis errors.
+ - test/fasta/**
errors:
- # Omits warnigns due to missing `@virtual`
+ # Omits warnings due to missing `@virtual`
# TODO(sigmund): enable once #28601 is fixed
strong_mode_invalid_field_override: ignore
@@ -15,6 +18,6 @@ analyzer:
# Allow having TODOs in the code
todo: ignore
- # Allow deprecated calls (althout it would be nice to have a distinction
+ # Allow deprecated calls (although it would be nice to have a distinction
# between internal and external deprecated calls).
deprecated_member_use: ignore
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698