The fix
CI is failing on a lint rule that wasn't there yesterday: [paste the rule and error]. Don't disable it globally. Explain what the rule catches, then fix each violation in my code. Only if the rule is genuinely wrong for this code, disable it per-line with a comment explaining why.
Learn it properly: Recipe 06, Quality β
Deeper dive: read the full article β