essential_lints_annotations 0.1.3
essential_lints_annotations: ^0.1.3 copied to clipboard
Annotations for essential_lints package, that help maintaining code quality.
Changelog #
0.1.3 #
Released on: 2026-02-24
- Adds a new
packageOptionmember to bothSubtypeAnnotatingandSubtypeNamingannotations, allowing users to specify if the defined annotations should only apply to members of the same package. This is useful for libraries that want to enforce certain rules only within their own codebase, without affecting external users of the library.
0.1.2 #
Released on: 2026-02-16
- Adds an internal annotation that is used on
essential_lintspackage.
0.1.1+2 #
Released on: 2026-01-09
- Adds an internal
analysis_options.yamlfile to the package to ensure compatibility withessential_lintspackage.
0.1.1+1 #
Released on: 2026-01-05
- Fixes an error on the example comment regarding how to clone it.
0.1.1 #
Released on: 2026-01-05
- Fixes PANA problems in essential_lints_annotations package.
0.1.0 #
Released on: 2025-12-27
- Initial release of essential_lints package.
0.0.1 #
- Placeholder.