Skip to content

Commit

Permalink
fixed glob syntax: excluded files generated by the code generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsydarel committed Oct 15, 2019
1 parent b158291 commit c8298c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ linter:

analyzer:
exclude:
- lib/*.g.dart
- lib/**.g.dart
strong-mode:
implicit-casts: false
implicit-dynamic: false
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_code_style
description: Darel bitsy's flutter code style for application and libraries that focus on dart best pratices.
version: 1.6.4
version: 1.6.5
homepage: https://github.com/bitsydarel/flutter-code-style
author: darelbitsy <[email protected]>

Expand Down

0 comments on commit c8298c6

Please sign in to comment.