Rules versus judgment
A linter answers “does this code follow the rules?”. A reviewer answers “is this change right?”. The second question needs context: what the rest of the code does, what the spec promised, what the data looks like. That’s the question CodeReviewer is built to answer.
Use each for what it’s best at
Let your linter enforce formatting, imports and banned patterns in milliseconds. Let CodeReviewer read the whole change in context and tell you what a senior engineer would.