3

Please help me to understand how can I comment out a single line from a clang-tidy configuration file.

alfC
  • 14,261
  • 4
  • 67
  • 118
Erez Fridman
  • 119
  • 1
  • 12

1 Answers1

5

# is acceptable

For example:

#-bugprone-macro-parentheses,

Erez Fridman
  • 119
  • 1
  • 12