> For me, it's whatever I need to do to get through code review without arguing too much.
This seems like a horrible attitude, if everyone did this codebase will go downhill really fast. Sometimes you have to use better/new practices and successfully advocate for them in code review.
> Don't add linter checks for these things, it's condescending.
Automated standardized checks are "condescending"?
> but that I'm in the habit of doing whatever my linter tells me
Sounds like you need to improve your lint checks. You _should_ usually be accepting the vast majority of lint auto fixes.
This seems like a horrible attitude, if everyone did this codebase will go downhill really fast. Sometimes you have to use better/new practices and successfully advocate for them in code review.
> Don't add linter checks for these things, it's condescending.
Automated standardized checks are "condescending"?
> but that I'm in the habit of doing whatever my linter tells me
Sounds like you need to improve your lint checks. You _should_ usually be accepting the vast majority of lint auto fixes.