We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd9784 commit 52577baCopy full SHA for 52577ba
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