Practise the standard verbs for rolling out and enforcing lint rules smoothly.
0 / 5 completed
1 / 5
Fill in: 'We ___ lint checks in CI so a violation blocks the merge instead of just showing a warning locally.'
We 'enforce checks' — the standard collocation for making a rule mandatory rather than advisory. The other options aren't idiomatic here.
2 / 5
Fill in: 'We ___ a new rule gradually, warning first and only failing the build once the codebase is clean.'
We 'roll out' a rule — the standard collocation for introducing a change incrementally. The other options aren't idiomatic here.
3 / 5
Fill in: 'A rule with too many false positives can ___ developers into disabling lint entirely.'
We say noisy rules will 'push' developers toward disabling lint — the standard collocation for the frustrated reaction. The other options aren't idiomatic here.
4 / 5
Fill in: 'We ___ an inline suppression only with a comment explaining exactly why the rule doesn't apply.'
We 'allow' a suppression — the standard collocation for permitting an exception under a condition. The other options are less idiomatic here.
5 / 5
Fill in: 'We ___ the ruleset periodically so deprecated rules get dropped and useful new ones get added.'
We 'review' a ruleset — the standard, simple collocation. The other options are less idiomatic here.