I have a framework, which generates 7000 PRQA warnings. 5000 warnings are created by automatically created files. I want to remove those files from the analysis. How to do this? I tried:
qacli.exe pprops -P C:\my_project --sync-setting "generated_stuff\*.c" --set
This is not working, what is wrong?