Discrepancy in documentation for sonar.issues.sandbox.default

Quality standards has a sample code with sonar.issues.sandbox.default as a boolean.

List of properties common to all editions says sonar.issues.sandbox.default can be On or Off.

Please clarify the allowed values for sonar.issues.sandbox.default and fix the documentation. Thank you :slight_smile:

Hi @michha,

Thanks for spotting this, the Common Properties page is wrong. The source of truth is the property definition in the code, which declares sonar.issues.sandbox.default as a BOOLEAN type with a default of false.

The correct values are true or false, not On/Off. I’ll flag the documentation discrepancy to the team to get the Common Properties page corrected.

Cheers,

Stevan

Thanks @michha, this is fixed. The docs for sonar.issues.sandbox.default now show the correct values.