We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f0c11 commit db8d486Copy full SHA for db8d486
1 file changed
win_installer/cppcheck.wixproj
@@ -40,6 +40,6 @@
40
</Target>
41
42
<Target Name="Validate">
43
- <Exec Command="..\bin\cppcheck --rule=. --version" />
+ <Exec Command="..\bin\cppcheck --version" />
44
45
</Project>
0 commit comments