Replies: 1 comment
-
Block- and TokenIgnores are only supported in markup formats. See #718 (comment) for a possible solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using vale to lint C++ style comment blocks in the source files. But I would like to reduce the noise about the standard copyright header in each file. Tried using
BlockIgnore
for it with the regex in here: https://regex101.com/r/FSPj1A/1 Even then, vale complains about the copyright headers.Beta Was this translation helpful? Give feedback.
All reactions