Merge branch 'pr-908'
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user