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

Side by Side Diff: pkg/front_end/analysis_options.yaml

Issue 2756243002: Rename analyzer options file. (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « pkg/front_end/.analysis_options ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 analyzer: 1 analyzer:
2 strong-mode: true 2 strong-mode: true
3 language: 3 language:
4 enableSuperMixins: true 4 enableSuperMixins: true
5 exclude: 5 exclude:
6 # TODO(devoncarew): Without this exclude I see ~400 analysis errors. 6 # TODO(devoncarew): Without this exclude I see ~400 analysis errors.
7 - test/fasta/** 7 - test/fasta/**
8 errors: 8 errors:
9 # Omits warnings due to missing `@virtual` 9 # Omits warnings due to missing `@virtual`
10 # TODO(sigmund): enable once #28601 is fixed 10 # TODO(sigmund): enable once #28601 is fixed
11 strong_mode_invalid_field_override: ignore 11 strong_mode_invalid_field_override: ignore
12 12
13 # Allow having TODOs in the code 13 # Allow having TODOs in the code
14 todo: ignore 14 todo: ignore
15 15
16 # Allow deprecated calls (although it would be nice to have a distinction 16 # Allow deprecated calls (although it would be nice to have a distinction
17 # between internal and external deprecated calls). 17 # between internal and external deprecated calls).
18 deprecated_member_use: ignore 18 deprecated_member_use: ignore
OLDNEW
« no previous file with comments | « pkg/front_end/.analysis_options ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698