You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most linter passes in the custom linter are really badly written pattern matchers to prohibit "wrong" usage, which often assume that the format is already adequately formatted - otherwise they might not detect "wrong" styling or give wrong messages.
Because of this, it might be a good idea to run a pass of standard clang-format and require that to succeed first, before moving on to the custom linting passes.
The text was updated successfully, but these errors were encountered:
Most linter passes in the custom linter are really badly written pattern matchers to prohibit "wrong" usage, which often assume that the format is already adequately formatted - otherwise they might not detect "wrong" styling or give wrong messages.
Because of this, it might be a good idea to run a pass of standard
clang-format
and require that to succeed first, before moving on to the custom linting passes.The text was updated successfully, but these errors were encountered: