Skip to content

Commit

Permalink
style(analysis): formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
RatakondalaArun committed Jul 8, 2022
1 parent 4d379de commit 180a0a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 180a0a5

Please sign in to comment.