d4t_formulas/.pub-cache/hosted/pub.dev/lints-5.1.1/tool/README.md
Álvaro González 1d339653d5 feat: add formula data classes with strict JSON parsing
- Add VariableSpec class with magnitude field validation
- Add Formula class supporting multiple input/output variables
- Support d4rt_code as string or object with code field
- Add comprehensive tests for parsing and serialization
- Fix broken test import in pruebas_d4rt_test.dart

Follows README.md format requirements exactly
2025-08-21 17:15:00 +02:00

560 B

tool/validate_lib.dart

This tool ensures that we don't commit .dart source files into the lib/ directory; it's automatically run by the CI. To run manually:

dart run tool/validate_lib.dart

tool/gen_docs.dart

This tool regenerates the lists of core and recommended lints into the package's README.md file. To use it, run:

dart run tool/gen_docs.dart

It can also validate that the readme file is up-to-date. It's automatically run by the CI; to run it manually:

dart run tool/gen_docs.dart --verify