Please help me to understand how can I comment out a single line from a clang-tidy configuration file.
Asked
Active
Viewed 1,010 times
1 Answers
5
#
is acceptable
For example:
#-bugprone-macro-parentheses,

Erez Fridman
- 119
- 1
- 12
-
3I think `#` is only valid at the start of the the line – alfC Oct 30 '21 at 18:01