diff --git a/analysis_options.yaml b/analysis_options.yaml index 98c6b5e3f6..514cdc971d 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -13,12 +13,12 @@ analyzer: # Please see https://github.com/flutter/flutter/pull/24528 for details. sdk_version_async_exported_from_core: ignore exclude: - - 'bin/cache/**' + - "bin/cache/**" # the following two are relative to the stocks example and the flutter package respectively # see https://github.com/dart-lang/sdk/issues/28463 - - 'lib/i18n/stock_messages_*.dart' - - 'lib/src/http/**' - - 'example/**' + - "lib/i18n/stock_messages_*.dart" + - "lib/src/http/**" + - "example/**" linter: rules: