forked from fluttercommunity/chewie
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change fix linting problems to fix lint problems
Add very_good_analysis package
- Loading branch information
1 parent
85f47c5
commit 9e14a5a
Showing
4 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
## 1.2.4 | ||
|
||
* 🛠️ Fix linting problems | ||
* 🛠️ Fix lint problems | ||
|
||
## 1.2.3 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
include: package:lint/analysis_options_package.yaml | ||
|
||
analyzer: | ||
strong-mode: | ||
implicit-dynamic: false | ||
exclude: | ||
- lib/generated_plugin_registrant.dart | ||
|
||
linter: | ||
rules: | ||
close_sinks: true | ||
sort_constructors_first: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters