diff options
author | quentin-jaquier-sonarsource <quentin.jaquier@sonarsource.com> | 2022-07-13 11:20:11 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-07-22 20:03:01 +0000 |
commit | f90a535072a327e34998a1f905121336f95a10f7 (patch) | |
tree | 2ace00fb423db5dd85f6de734d6129d93e4e26f9 /server/sonar-docs/src | |
parent | dfcd5cf9fe1e261a733ed99a95585b51907ac33c (diff) | |
download | sonarqube-f90a535072a327e34998a1f905121336f95a10f7.tar.gz sonarqube-f90a535072a327e34998a1f905121336f95a10f7.zip |
SONAR-16596 Update "Security Engine Custom Configuration" doc page with common configuration
Diffstat (limited to 'server/sonar-docs/src')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/security_configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/security_configuration.md b/server/sonar-docs/src/pages/analysis/security_configuration.md index ef225262fe2..b5d815c305c 100644 --- a/server/sonar-docs/src/pages/analysis/security_configuration.md +++ b/server/sonar-docs/src/pages/analysis/security_configuration.md @@ -180,7 +180,7 @@ You need to add your custom configurations to SonarQube using a JSON file. You c See the following section for more information on formatting your JSON file. ### Configuration file format -Your JSON file should include the rule you're adding a custom element to, the element you are customizing, and the `methodId` for each element. Each language needs a separate JSON file but can contain multiple rules. Click your language below to expand an example of a JSON file to help you understand the expected format. +Your JSON file should include the rule you're adding a custom element to, the element you are customizing, and the `methodId` for each element. Each language needs a separate JSON file but can contain multiple rules. You may use the special rule key `common` to apply the given configuration to all the rules. Click your language below to expand an example of a JSON file to help you understand the expected format. [[collapse]] | ## Java JSON file example |