Skip to content

Commit dbd9784

Browse files
committed
changes
1 parent badbe3c commit dbd9784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run-ipt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ while read -r line; do
2929
done < <(git ls-files ':(attr:ipt)')
3030

3131
echo "exclude = BugproneMissingSwitchDefaultCase" >> config.toml
32-
echo "exclude = BugproneReservedKeywordsAsIdentifier" >> config.toml
32+
# echo "exclude = BugproneReservedKeywordsAsIdentifier" >> config.toml
3333

3434
(cd $top_level && $ipt --arg-file config.toml lint -i)

0 commit comments

Comments
 (0)