Skip to content

Commit db8d486

Browse files
committed
remove --rule command
1 parent f5f0c11 commit db8d486

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win_installer/cppcheck.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
</Target>
4141

4242
<Target Name="Validate">
43-
<Exec Command="..\bin\cppcheck --rule=. --version" />
43+
<Exec Command="..\bin\cppcheck --version" />
4444
</Target>
4545
</Project>

0 commit comments

Comments
 (0)