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

Side by Side Diff: pkg/analyzer_cli/test/data/options_tests_project/.analysis_options

Issue 1962403002: Fix CLI SDK option config timing (#26129). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 7 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
OLDNEW
1 analyzer: 1 analyzer:
2 strong-mode: true
2 errors: 3 errors:
3 unused_local_variable: ignore 4 unused_local_variable: ignore
4 missing_return: error 5 missing_return: error
5 undefined_function: warning 6 undefined_function: warning
6 language: 7 language:
7 enableSuperMixins: true 8 enableSuperMixins: true
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698