remove --rule command

This commit is contained in:
Daniel Marjamäki 2021-11-21 14:44:09 +01:00
parent f5f0c115a2
commit db8d486ce4
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,6 @@
</Target> </Target>
<Target Name="Validate"> <Target Name="Validate">
<Exec Command="..\bin\cppcheck --rule=. --version" /> <Exec Command="..\bin\cppcheck --version" />
</Target> </Target>
</Project> </Project>