Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
t-b committed Feb 4, 2025
1 parent badbe3c commit dbd9784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run-ipt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ while read -r line; do
done < <(git ls-files ':(attr:ipt)')

echo "exclude = BugproneMissingSwitchDefaultCase" >> config.toml
echo "exclude = BugproneReservedKeywordsAsIdentifier" >> config.toml
# echo "exclude = BugproneReservedKeywordsAsIdentifier" >> config.toml

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

0 comments on commit dbd9784

Please sign in to comment.