-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add more lints to package:dart_flutter_team_lints (#71)
* add more lints to package:dart_flutter_team_lints * require dart 2.19.0 * regen mono_repo; update corpus for new lints * generally require 2.19 * more mono_repo regenerate
- Loading branch information
1 parent
bd558ac
commit ed58317
Showing
10 changed files
with
92 additions
and
96 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -1,14 +1,15 @@ | ||
name: dart_flutter_team_lints | ||
description: An analysis rule set used by the Dart and Flutter teams. | ||
version: 0.1.0 | ||
version: 1.0.0 | ||
repository: https://github.com/dart-lang/ecosystem/tree/main/pkgs/dart_flutter_team_lints | ||
|
||
environment: | ||
sdk: '>=2.17.0 <3.0.0' | ||
sdk: '>=2.19.0 <3.0.0' | ||
|
||
dependencies: | ||
lints: ^2.0.0 | ||
|
||
dev_dependencies: | ||
checks: ^0.2.0 | ||
test: ^1.0.0 | ||
yaml: ^3.0.0 |
Oops, something went wrong.