atm-core lint lines (.just/check_line_counts.py, config max_total_lines / max_production_lines / max_scoped_code_lines / exclusions at .just/lint-config.toml:89-100) and lint function-length (scripts/check-function-length.py) have no counterpart in released sc-lint. Candidate for a size/complexity analyzer.
Context: atm-core still runs a pre-production in-tree sc-lint (crates/sc-lint-boundary, crates/sc-lint-directives, .just/lint-config.toml). Migrating it onto released sc-lint (Phase G G.4b) needs either a released equivalent or an explicit decision to keep this as a consumer-owned extension. Filed from the atm-core just-setup survey; addressed AFTER Phase G, not in scope for it.
atm-core
lint lines(.just/check_line_counts.py, config max_total_lines / max_production_lines / max_scoped_code_lines / exclusions at .just/lint-config.toml:89-100) andlint function-length(scripts/check-function-length.py) have no counterpart in released sc-lint. Candidate for a size/complexity analyzer.Context: atm-core still runs a pre-production in-tree sc-lint (
crates/sc-lint-boundary,crates/sc-lint-directives,.just/lint-config.toml). Migrating it onto released sc-lint (Phase G G.4b) needs either a released equivalent or an explicit decision to keep this as a consumer-owned extension. Filed from the atm-core just-setup survey; addressed AFTER Phase G, not in scope for it.