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 19, 2024
1 parent 5379949 commit f553a89
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.42

- Removed `avoid_null_checks_in_equality_operators`.

## 0.0.41
- Added [`document_ignores`](https://dart-lang.github.io/linter/lints/document_ignores.html).
- Added [`invalid_runtime_check_with_js_interop_types`](https://dart-lang.github.io/linter/lints/invalid_runtime_check_with_js_interop_types.html).
Expand Down Expand Up @@ -168,4 +172,5 @@ No changes in the rules.





4 changes: 2 additions & 2 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"hash": "zdruGLvnTUheay+1o89V31zSqM5vhNR4z8f0ApR5iI4=",
"hash": "RFzO/oVLrcyfV9hvLDLyMQf4DhAJ8pqvdap3qvKppbg=",
"origin": "CI",
"last_generated": "October 4, 2024 12:14:59 UTC"
"last_generated": "October 19, 2024 12:14:03 UTC"
}
3 changes: 1 addition & 2 deletions lib/all.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by CI on October 4, 2024 12:14:59 UTC
# Generated by CI on October 19, 2024 12:14:03 UTC

linter:
rules:
Expand Down Expand Up @@ -26,7 +26,6 @@ linter:
- avoid_init_to_null
- avoid_js_rounded_ints
- avoid_multiple_declarations_per_line
- avoid_null_checks_in_equality_operators
- avoid_positional_boolean_parameters
- avoid_print
- avoid_private_typedef_functions
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.41
version: 0.0.42
repository: https://github.com/gaetschwartz/all_lint_rules

environment:
Expand Down

0 comments on commit f553a89

Please sign in to comment.