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 Nov 19, 2024
1 parent f553a89 commit 1bdbf1e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.0.43
- Added [`avoid_futureor_void`](https://dart-lang.github.io/linter/lints/avoid_futureor_void.html).
- Added [`avoid_null_checks_in_equality_operators`](https://dart-lang.github.io/linter/lints/avoid_null_checks_in_equality_operators.html).
- Added [`omit_obvious_local_variable_types`](https://dart-lang.github.io/linter/lints/omit_obvious_local_variable_types.html).
- Added [`specify_nonobvious_local_variable_types`](https://dart-lang.github.io/linter/lints/specify_nonobvious_local_variable_types.html).
- Added [`use_truncating_division`](https://dart-lang.github.io/linter/lints/use_truncating_division.html).
- Removed `unsafe_html`.

## 0.0.42

- Removed `avoid_null_checks_in_equality_operators`.
Expand Down Expand Up @@ -173,4 +181,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": "RFzO/oVLrcyfV9hvLDLyMQf4DhAJ8pqvdap3qvKppbg=",
"hash": "K5NroeN+ZaomJ7XXrP3frfwpIRt8obw0Ed3HLkMTH5w=",
"origin": "CI",
"last_generated": "October 19, 2024 12:14:03 UTC"
"last_generated": "November 19, 2024 12:16:13 UTC"
}
8 changes: 6 additions & 2 deletions lib/all.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by CI on October 19, 2024 12:14:03 UTC
# Generated by CI on November 19, 2024 12:16:13 UTC

linter:
rules:
Expand All @@ -22,10 +22,12 @@ linter:
- avoid_field_initializers_in_const_classes
- avoid_final_parameters
- avoid_function_literals_in_foreach_calls
- avoid_futureor_void
- avoid_implementing_value_types
- 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 Expand Up @@ -108,6 +110,7 @@ linter:
- null_check_on_nullable_type_parameter
- null_closures
- omit_local_variable_types
- omit_obvious_local_variable_types
- one_member_abstracts
- only_throw_errors
- overridden_fields
Expand Down Expand Up @@ -166,6 +169,7 @@ linter:
- sort_constructors_first
- sort_pub_dependencies
- sort_unnamed_constructors_first
- specify_nonobvious_local_variable_types
- test_types_in_equals
- throw_in_finally
- tighten_type_of_initializing_formals
Expand Down Expand Up @@ -201,7 +205,6 @@ linter:
- unnecessary_to_list_in_spreads
- unreachable_from_main
- unrelated_type_equality_checks
- unsafe_html
- use_build_context_synchronously
- use_colored_box
- use_decorated_box
Expand All @@ -221,6 +224,7 @@ linter:
- use_super_parameters
- use_test_throws_matchers
- use_to_and_as_if_applicable
- use_truncating_division
- valid_regexps
- void_checks

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.42
version: 0.0.43
repository: https://github.com/gaetschwartz/all_lint_rules

environment:
Expand Down

0 comments on commit 1bdbf1e

Please sign in to comment.