I've come to the conclusion that if the code style check is not automated, then it doesn't exist. It's fine to suggest naming changes etc. but manual review of simple stuff like multi-line style or comment style is a waste.
If a code style check is worthwhile then it should be PR-able into one of the mainstream automated code linters, style checkers, or formatters.