invertase / melos

๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.08k stars 193 forks source link

chore: update all_lint_rules list #650

Closed Pavel-Sulimau closed 5 months ago

Pavel-Sulimau commented 5 months ago

Description

Updated all_lint_rules.yaml file with the actual rules that are listed at https://dart.dev/tools/linter-rules/all. I don't expect any issues even though this auto-generated list of rules is based on Dart 3.3.0 and the current SDK constraint on the package level is >=3.0.0 <4.0.0. The fact that the removed from rules do not exist anymore can be checked on https://dart.dev/tools/linter-rules page, for example https://dart.dev/tools/linter-rules/avoid_as.

Type of Change