added test and documentation

This commit is contained in:
Jeremy Long
2017-06-10 07:51:07 -04:00
parent 23ad3d04b0
commit e2617b7434
2 changed files with 78 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ skipProvidedScope | Skip analysis for artifacts with Provided Scope.
skipRuntimeScope | Skip analysis for artifacts with Runtime Scope. | false
skipSystemScope | Skip analysis for artifacts with System Scope. | false
skipTestScope | Skip analysis for artifacts with Test Scope. | true
skipArtifactType | A regular expression used to filter/skip artifact types. |  
suppressionFile | The file path to the XML suppression file \- used to suppress [false positives](../general/suppression.html). |  
hintsFile | The file path to the XML hints file \- used to resolve [false negatives](../general/hints.html). |  
enableExperimental | Enable the [experimental analyzers](../analyzers/index.html). If not enabled the experimental analyzers (see below) will not be loaded or used. | false