Rule 6 of 9 · Chapter II — Build, Test, Debug
Generated-scaffold lint noise is noise; your own code's warnings are law.
Why this rule exists
The scaffold ships with rules tuned for the framework team, and some fire on their own boilerplate. Chasing those wastes time — but the same warnings in code you wrote are usually real.
In practice
Suppress at the file level for generated code only. Never widen a suppression to the project to silence a warning in your own component logic.