Skip to content

Commit

Permalink
[Scheduled] Generate all.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2023
1 parent 9f9025a commit 2f6e13f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.40
- Added [`avoid_unstable_final_fields`](https://dart-lang.github.io/linter/lints/avoid_unstable_final_fields.html).


## 0.0.39
- Added [`annotate_redeclares`](https://dart-lang.github.io/linter/lints/annotate_redeclares.html).

Expand Down Expand Up @@ -149,4 +153,5 @@ No changes in the rules.
- Added `use_super_initializers`.




4 changes: 2 additions & 2 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hash": "Etzy1bDimc0wPo1xTh9+FyNS6X3ijoDk7kOiAXhT8GA=",
"hash": "2hKHU9QUlrpwaHS2dKGV5tWjnETHSeMHraRCo0ZtFvQ=",
"origin": "CI",
"last_generated": "October 7, 2023 12:21:39 UTC"
"last_generated": "October 21, 2023 12:21:36 UTC"
}
3 changes: 2 additions & 1 deletion lib/all.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by CI on October 7, 2023 12:21:39 UTC
# Generated by CI on October 21, 2023 12:21:36 UTC

linter:
rules:
Expand Down Expand Up @@ -47,6 +47,7 @@ linter:
- avoid_types_as_parameter_names
- avoid_types_on_closure_parameters
- avoid_unnecessary_containers
- avoid_unstable_final_fields
- avoid_unused_constructor_parameters
- avoid_void_async
- avoid_web_libraries_in_flutter
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: all_lint_rules_community
description: Automatically updated all lint rules file !
version: 0.0.39
version: 0.0.40
repository: https://github.com/gaetschwartz/all_lint_rules

environment:
Expand Down

0 comments on commit 2f6e13f

Please sign in to comment.