Skip to content
Snippets Groups Projects
Commit dd2df5ce authored by Sebastian Parborg's avatar Sebastian Parborg
Browse files

Fix: Comments in clang-tidy checks list is not allowed

Clang-tidy will not parse any options after the comment.
parent 2ba081f5
Branches
Tags
No related merge requests found
# The warnings below are disabled because they are too pedantic and not worth fixing.
# Some of them will be enabled as part of the Clang-Tidy task, see T78535.
# NOTE: No comments in the list below is allowed. Clang-tidy will ignore items after comments in the lists flag list.
# This is because the comment is not a valid list item and it will stop parsing flags if a list item is a comment.
Checks: >
-*,
readability-*,
......@@ -42,8 +44,6 @@ Checks: >
-modernize-use-nodiscard,
-modernize-loop-convert,
-modernize-pass-by-value,
# Cannot be enabled yet, because using raw string literals in tests breaks
# the windows compiler currently.
-modernize-raw-string-literal,
-modernize-return-braced-init-list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment