altive_lints 1.8.1
altive_lints: ^1.8.1 copied to clipboard
Provides `all_lint_rules.yaml` that activates all rules and `altive_lints.yaml` with Altive recommended rule selection.
1.8.1 #
- fix changelog.
- fix example pubspec.lock.
1.7.0 #
- FEAT: update all_lint_rules.yaml with Flutter 3.10 / Dart 3.0 (#2). (1f4c5abf)
- add new rules to
all_lint_rules.yaml
deprecated_member_use_from_same_package
implicit_reopen
invalid_case_patterns
matching_super_parameters
no_literal_bool_comparisons
type_literal_in_constant_pattern
unnecessary_breaks
- remove from
all_lint_rules.yaml
enable_null_safety
- add new rules to
1.6.0 #
- FEAT: update
all_lint_rules.yaml
with Flutter 3.7 / Dart 2.19. (f464f8d3)- remove from
all_lint_rules.yaml
as it has been deprecatedalways_require_non_null_named_parameters
avoid_returning_null
avoid_returning_null_for_future
prefer_equal_for_default_values
- add new rules
collection_methods_unrelated_type
dangling_library_doc_comments
enable_null_safety
implicit_call_tearoffs
library_annotations
unnecessary_library_directive
- remove from
1.4.0 #
1.2.0 #
1.1.0 #
- Bump minimum Dart version from 2.16.2 to 2.17.0
1.0.0 #
Initial release