TRF054
Removed in 0.1.4: flagged self.<media>_token_id assignments in processor __init__, too noisy on legitimate processor code.
TRF054 has been removed from mlinter and never runs. It is absent from
mlinter --list-rules, and asking for it (mlinter --enable-rules TRF054,mlinter --rule TRF054) exits with an error. The number is retired and is never reused.
| Status | Removed |
| Source | Module deleted — see the changelog |
What this means for your project
Nothing to clean up on the linted side: a leftover # trf-ignore: TRF054 comment is harmless, because mlinter no longer recognises the id at all.
A project that ships its own rules TOML must mark [rules.TRF054] with deprecated = true or drop the table entirely. Leaving it described as an active rule fails the run with exit code 2, rather than silently linting nothing under that id.
