We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badbe3c commit dbd9784Copy full SHA for dbd9784
tools/run-ipt.sh
@@ -29,6 +29,6 @@ while read -r line; do
29
done < <(git ls-files ':(attr:ipt)')
30
31
echo "exclude = BugproneMissingSwitchDefaultCase" >> config.toml
32
-echo "exclude = BugproneReservedKeywordsAsIdentifier" >> config.toml
+# echo "exclude = BugproneReservedKeywordsAsIdentifier" >> config.toml
33
34
(cd $top_level && $ipt --arg-file config.toml lint -i)
0 commit comments