Update documentation

TRAVIS_JOB_NUMBER=5251.2
TRAVIS_COMMIT_RANGE=27b2b881d708...0196ca7a0c13
This commit is contained in:
Travis CI (pmd-bot)
2020-05-14 18:58:51 +00:00
parent 79ee841dd5
commit d38762227a
2 changed files with 8 additions and 2 deletions

View File

@@ -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>Thu, 14 May 2020 18:23:19 +0000</pubDate>
<lastBuildDate>Thu, 14 May 2020 18:23:19 +0000</lastBuildDate>
<pubDate>Thu, 14 May 2020 18:56:28 +0000</pubDate>
<lastBuildDate>Thu, 14 May 2020 18:56:28 +0000</lastBuildDate>
<generator>Jekyll v3.8.5</generator>
</channel>

View File

@@ -1429,6 +1429,11 @@ This is useful to find duplicated sections in XML files.</p>
<li><a href="https://github.com/pmd/pmd/issues/2484">#2484</a>: [core] Update maven-enforcer-plugin to require Java 118</li>
</ul>
</li>
<li>java-bestpractices
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2288">#2288</a>: [java] JUnitTestsShouldIncludeAssert: Add support for Hamcrest MatcherAssert.assertThat</li>
</ul>
</li>
</ul>
<h3 id="api-changes">API Changes</h3>
@@ -1442,6 +1447,7 @@ This is useful to find duplicated sections in XML files.</p>
<li><a href="https://github.com/pmd/pmd/pull/2452">#2452</a>: [doc] Fix “Making Rulesets” doc sample code indentation - <a href="https://github.com/arturdryomov">Artur Dryomov</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2457">#2457</a>: [xml] Adding XML to CPD supported languages - <a href="https://github.com/xnYi9wRezm">Fernando Cosso</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2469">#2469</a>: [apex] fix false positive unused variable if only a method is called - <a href="https://github.com/gwilymatgearset">Gwilym Kuiper</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2479">#2479</a>: [java] False positive with Hamcrests assertThat - <a href="https://github.com/andreoss">andreoss</a></li>
</ul>