From 891df94c49dfea5f19ff712b913b0150069719d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Fournier?= Date: Mon, 21 May 2018 04:47:55 +0200 Subject: [PATCH] Fix header level --- docs/pages/pmd/userdocs/cli_reference.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/pages/pmd/userdocs/cli_reference.md b/docs/pages/pmd/userdocs/cli_reference.md index dd5c10d7ea..79b4fb3255 100644 --- a/docs/pages/pmd/userdocs/cli_reference.md +++ b/docs/pages/pmd/userdocs/cli_reference.md @@ -7,7 +7,7 @@ author: Tom Copeland , Xavier Le Vourch -### Exit Status +## Exit Status Please note that if PMD detects any violations, it will exit with status 4 (since 5.3). This behavior has been introduced to ease PMD integration into scripts or hooks, such as SVN hooks. @@ -179,7 +179,7 @@ This behavior has been introduced to ease PMD integration into scripts or hooks, -### Supported Languages +## Supported Languages * [apex](pmd_rules_apex.html) (Salesforce Apex) * [java](pmd_rules_java.html) @@ -191,7 +191,7 @@ This behavior has been introduced to ease PMD integration into scripts or hooks, * [xml and xsl](/pmd_rules_xml.html) -### Available Report Formats / Renderers +## Available Report Formats / Renderers PMD comes with many different renderer types: @@ -266,7 +266,7 @@ PMD comes with many different renderer types: * outputDir: Output directory. -### Incremental Analysis +## Incremental Analysis Ever since PMD 5.6.0, PMD has been able to perform Incremental Analysis. @@ -280,7 +280,7 @@ Files included in the final report will reflect exactly those files in your file untouched, files with violations will be listed with full detail. -#### Enabling Incremental Analysis +### Enabling Incremental Analysis Incremental analysis is enabled automatically once a location to store the cache has been defined. From Command Line that is done through the `-cache` argument, but support for the feature is