1 / 5
The linter will ___ code style violations automatically.
-
-
-
-
A linter flags violations. Flag is the precise technical collocation; the others do not fit. So flag code style violations.
2 / 5
We should ___ technical debt before it slows the team.
-
-
-
-
You address technical debt. Address is the standard collocation; deal over is not standard. So address technical debt.
3 / 5
Teams ___ static analysis to catch bugs early.
-
-
-
-
You run static analysis. Run is the natural collocation with analysis tools; the others do not fit. So run static analysis.
4 / 5
Code reviewers ___ comments to suggest improvements.
-
-
-
-
Reviewers leave comments. Leave is the idiomatic collocation for code review feedback; the others do not fit. So leave comments.
5 / 5
We ___ test coverage above 80% as a team standard.
-
-
-
-
You maintain test coverage. Maintain is the correct collocation; the others are wrong. So maintain test coverage.