Merge branch 'pr-908'

This commit is contained in:
Clément Fournier
2018-03-11 01:59:55 +01:00
195 changed files with 805 additions and 1103 deletions

View File

@@ -29,7 +29,6 @@ A rule for the politically correct... we don't want to offend anyone.
|----|-------------|-----------|
|disallowedTerms|[idiot, jerk]|Illegal terms or phrases|
|caseSensitive|false|Case sensitive|
|wordsAreRegex|false|Use regular expressions|
**Use this rule by referencing it:**
``` xml

View File

@@ -12,10 +12,12 @@ This is a bug fixing release.
### Table Of Contents
* [New and noteworthy](#new-and-noteworthy)
* [Fixed Issues](#fixed-issues)
* [API Changes](#api-changes)
* [External Contributions](#external-contributions)
* [New and noteworthy](#new-and-noteworthy)
* [Fixed Issues](#fixed-issues)
* [Ecmascript (JavaScript)](#ecmascript-javascript)
* [Modified Rules](#modified-rules)
* [API Changes](#api-changes)
* [External Contributions](#external-contributions)
### New and noteworthy
@@ -29,6 +31,11 @@ Detailed changes for changed in Rhino can be found:
Both are bugfixing releases.
#### Modified Rules
* The rule "CommentContentRule" (java-documentation) previously had the property `wordsAreRegex`. But this
property never had been implemented and is removed now.
### Fixed Issues
* all