I need a confirmation and help.
I have used the property sonar.qualitygate.ignoreSmallChanges in the pom.xml or command line with -Dsonar.qualitygate.ignoreSmallChanges=false and seems it not applying. But, if I change the property at Project Settings > General Setting from the default (true) to false, the next quality gate analysis fails.
So, my question is, are we able to use this property like others via pom or cmd, or is only manageable in the UI?
Tested with version 5.1.0.4751 and the same issue: No override of sonar.qualitygate.ignoreSmallChanges. By default this property is true and we would like to make it false from command line, so that propagate to all CI/CD