Skip to content

Commit

Permalink
Move global analysis options file to the repo root (flutter#3750)
Browse files Browse the repository at this point in the history
* Move global analysis options file to the repo root

Also restore the analysis options file for stocks example, since
the global options trigger warnings on generated intl files.

* Remove obsolete analysis options file for Material Gallery example
  • Loading branch information
krisgiesing committed May 5, 2016
1 parent 4d0e698 commit 01978d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
3 changes: 0 additions & 3 deletions examples/material_gallery/.analysis_options

This file was deleted.

3 changes: 3 additions & 0 deletions examples/stocks/.analysis_options
@@ -0,0 +1,3 @@
analyzer:
exclude:
- 'lib/i18n/stock_messages_*.dart'

0 comments on commit 01978d9

Please sign in to comment.