aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/analysis/languages
diff options
context:
space:
mode:
authorPhilippe Perrin <philippe.perrin@sonarsource.com>2020-08-31 16:54:26 +0200
committersonartech <sonartech@sonarsource.com>2020-09-18 20:07:13 +0000
commit13ef209f1b2cc5f82d0c3bde502ba02649b6c5e2 (patch)
tree0101ade4b147716283dbb39649e409d85a41bd8c /server/sonar-docs/src/pages/analysis/languages
parentd94d9a9f4a298fcd1eee968f6f4949bd57fd9672 (diff)
downloadsonarqube-13ef209f1b2cc5f82d0c3bde502ba02649b6c5e2.tar.gz
sonarqube-13ef209f1b2cc5f82d0c3bde502ba02649b6c5e2.zip
SONAR-13643 Remove references to 'plugin' or 'analyzer'
Diffstat (limited to 'server/sonar-docs/src/pages/analysis/languages')
-rw-r--r--server/sonar-docs/src/pages/analysis/languages/cobol.md2
-rw-r--r--server/sonar-docs/src/pages/analysis/languages/php.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-docs/src/pages/analysis/languages/cobol.md b/server/sonar-docs/src/pages/analysis/languages/cobol.md
index 3f511c3eaf8..923e31e356c 100644
--- a/server/sonar-docs/src/pages/analysis/languages/cobol.md
+++ b/server/sonar-docs/src/pages/analysis/languages/cobol.md
@@ -249,7 +249,7 @@ To get started, clone the sample plugin project and follow the steps below:
- Add your newly created jar into the `$SONARQUBE_HOME/extensions/plugins` directory
- Restart the SonarQube server
-If you now look at the COBOL quality profiles, you will find the new coding rule (“Sample check”). Don’t forget to activate it. Run an analysis of a COBOL project, and you will find that an issue was logged at line 5 on every file.
+If you now look at the COBOL Quality Profiles, you will find the new coding rule (“Sample check”). Don’t forget to activate it. Run an analysis of a COBOL project, and you will find that an issue was logged at line 5 on every file.
### Subscribing to a NodeType
diff --git a/server/sonar-docs/src/pages/analysis/languages/php.md b/server/sonar-docs/src/pages/analysis/languages/php.md
index ca069f02df1..05101a333f0 100644
--- a/server/sonar-docs/src/pages/analysis/languages/php.md
+++ b/server/sonar-docs/src/pages/analysis/languages/php.md
@@ -14,7 +14,7 @@ Discover and update the PHP-specific [properties](/analysis/analysis-parameters/
## Analyze php.ini Files
-The PHP analyzer can analyze `php.ini` files with some specific rules (if these rules are activated in your quality profile). `php.ini` files must be part of the project you are analyzing, meaning the `php.ini` files have to be inside the directories listed in `sonar.sources`.
+The PHP analyzer can analyze `php.ini` files with some specific rules (if these rules are activated in your Quality Profile). `php.ini` files must be part of the project you are analyzing, meaning the `php.ini` files have to be inside the directories listed in `sonar.sources`.
Rules targeting `php.ini` files can be quickly identified through the ["php-ini"](https://rules.sonarsource.com/php/tag/php-ini) tag set on them.
<!-- sonarqube -->