Update documentation
TRAVIS_JOB_NUMBER=3377.2 TRAVIS_COMMIT_RANGE=8a7913a30d93...dab1fb24c6fe
This commit is contained in:
4
feed.xml
4
feed.xml
@ -5,8 +5,8 @@
|
||||
<description>Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features.</description>
|
||||
<link>https://pmd.github.io/pmd/</link>
|
||||
<atom:link href="https://pmd.github.io/pmd/feed.xml" rel="self" type="application/rss+xml"/>
|
||||
<pubDate>Tue, 29 Jan 2019 03:17:05 +0000</pubDate>
|
||||
<lastBuildDate>Tue, 29 Jan 2019 03:17:05 +0000</lastBuildDate>
|
||||
<pubDate>Tue, 29 Jan 2019 03:37:40 +0000</pubDate>
|
||||
<lastBuildDate>Tue, 29 Jan 2019 03:37:40 +0000</lastBuildDate>
|
||||
<generator>Jekyll v3.7.4</generator>
|
||||
|
||||
</channel>
|
||||
|
@ -1370,7 +1370,7 @@ Classes with solely static members are ignored, refer to <a href="pmd_rules_java
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>ignoredAnnotations</td>
|
||||
<td>lombok.Data | lombok.Value | lombok.Builder | lombok.NoArgsConstructor | lombok.RequiredArgsConstructor | lombok.AllArgsConstructorAtLeastOneConstructor</td>
|
||||
<td>lombok.Data | lombok.Value | lombok.Builder | lombok.NoArgsConstructor | lombok.RequiredArgsConstructor | lombok.AllArgsConstructor</td>
|
||||
<td>Fully qualified names of the annotation types that should be ignored by this rule</td>
|
||||
<td>yes. Delimiter is ‘|’.</td>
|
||||
</tr>
|
||||
@ -2631,6 +2631,12 @@ Developers Perceive Them</a>.</p>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>ignoredAnnotations</td>
|
||||
<td>java.lang.Override</td>
|
||||
<td>Fully qualified names of the annotation types that should be ignored by this rule</td>
|
||||
<td>yes. Delimiter is ‘|’.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>checkBooleanMethod</td>
|
||||
<td>true</td>
|
||||
|
Reference in New Issue
Block a user