continuum_lints 3.2.0
continuum_lints: ^3.2.0 copied to clipboard
Custom lint rules for continuum-based projects.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased] #
Added #
- Added a custom lint rule that reports when a non-abstract
@Aggregate()class mixes in the generated_$<Aggregate>EventHandlersbut does not implement all requiredapply<Event>(...)methods. - Added a Quick Fix action to implement missing
apply<Event>(...)handler stubs. - Added a runnable example package under
example/showing the lint in action.