Open
Description
Workaround: use extend-ignore-re
to create your own file-level, line-trailing, or line-leading ignores (examples)
Hi!
I'm wondering why there is no directive that can be used to ignore a specific line? I have some files that have intentional typos in them that should be ignored, while the rest of the file should still be checked!
I'm thinking of a solution like clang-format
s:
// clang-format off
...
// clang-format on
Did I not find that feature or has it been left out intentionally?
greetings!
56B8