1 / 5
The linter ___ style violations in the code.
-
-
-
-
A linter flags violations. Flag is the precise verb; the others do not collocate. So flags style violations.
2 / 5
We ___ linting rules in a shared config.
-
-
-
-
You enforce rules. Enforce is the standard collocation; the others are wrong. So enforce linting rules.
3 / 5
The CI will ___ the lint check on every push.
-
-
-
-
You run a check. Run is the natural collocation; the others do not fit. So run the lint check.
4 / 5
Developers can ___ auto-fixable lint errors instantly.
-
-
-
-
You fix errors. Fix is the precise collocation; the others are wrong. So fix auto-fixable lint errors.
5 / 5
We ___ a specific rule only when truly justified.
-
-
-
-
You disable a rule. Disable is the technical collocation; the others do not fit. So disable a specific rule.