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

Unified Diff: pkg/analyzer/lib/src/task/strong/info.dart

Issue 1975963002: Support the name analysis_options.yaml for analysis options files (Closed) Base URL: https://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 side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/lib/src/task/strong/info.dart
diff --git a/pkg/analyzer/lib/src/task/strong/info.dart b/pkg/analyzer/lib/src/task/strong/info.dart
index 39885cde81b47963bf1998efb2e7fa89710e752d..408c05dae2033756d6231e3a1cf1a6b0b6f46bab 100644
--- a/pkg/analyzer/lib/src/task/strong/info.dart
+++ b/pkg/analyzer/lib/src/task/strong/info.dart
@@ -469,7 +469,7 @@ abstract class StaticError extends StaticInfo {
abstract class StaticInfo {
/// Strong-mode error code names.
///
- /// Used for error code configuration validation in `.analysis_options`.
+ /// Used for error code configuration validation in an analysis options file.
static const List<String> names = const [
//
// Manually populated.

Powered by Google App Engine
This is Rietveld 408576698