Files
factorio-scenario-ExpCluster/exp_scenario/module/commands
bbassieandClaude Opus 5 c233a9ab06 Defer need-check-nil and clean up stale suppressions
emmylua deserialises an unknown diagnostic code to a catch all that
matches no checker, so every `invisible`, `nil-check` and
`global-element` suppression was silently doing nothing. Renamed to the
emmylua codes. `name-style-check` has no equivalent and is dropped, it
was already disabled under luals.

The `get_tile` suppressions referenced an api typedef bug from 2024
which no longer reproduces.

need-check-nil is deferred rather than disabled on merit: a third of the
407 findings come from MapPosition and BoundingBox being aliased as
`struct|[double, double]`, so every `entity.position.x` reads as
possibly nil. The rest need per site knowledge of runtime invariants.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-07 15:31:18 +00:00
..
2025-01-30 00:07:07 +00:00
2024-11-19 22:36:52 +00:00
2025-09-04 10:54:55 +01:00
2025-02-02 22:43:16 +00:00
2026-06-26 12:41:49 +01:00
2026-06-29 01:14:39 +01:00
2024-11-19 22:36:52 +00:00
2026-06-26 15:40:53 +01:00
2024-11-19 22:36:52 +00:00
2025-02-06 13:55:27 +00:00
2026-06-28 21:53:43 +01:00
2024-11-19 22:36:52 +00:00
2024-11-19 22:36:52 +00:00
2026-06-28 21:53:43 +01:00
2026-06-25 23:14:14 +01:00
2024-11-19 22:36:52 +00:00
2026-06-27 14:02:49 +01:00