diff --git a/CHANGELOG.md b/CHANGELOG.md index f1cb394..32f4a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -168,4 +172,5 @@ No changes in the rules. + \ No newline at end of file diff --git a/data.json b/data.json index acb1f37..e3018d5 100644 --- a/data.json +++ b/data.json @@ -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" } \ No newline at end of file diff --git a/lib/all.yaml b/lib/all.yaml index 8159bfd..9f65da8 100644 --- a/lib/all.yaml +++ b/lib/all.yaml @@ -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: @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index e2b329d..f35a2c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: