everything_stack_analyzer 0.1.0
everything_stack_analyzer: ^0.1.0 copied to clipboard
Analyzer plugin for Everything Stack - enforces schema evolution rules and best practices.
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.
0.1.0 - 2024-12-15 #
Added #
- Initial release of Everything Stack Analyzer
require_field_on_new_entitylint rule - prevents adding required fields to existing entitiesnew_field_without_default_or_optionallint rule - ensures new fields have safe defaults or are optionalfield_type_change_detectionlint rule - warns about potential type incompatibilities- Integration guide for CI/CD pipelines
- Comprehensive test suite for all lint rules