PMD CI (pmd-bot)
2023-12-11 09:59:03 +00:00
parent ba4ec3274b
commit 7ee40498f9
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://docs.pmd-code.org/latest/</link>
<atom:link href="https://docs.pmd-code.org/latest/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Mon, 11 Dec 2023 09:49:31 +0000</pubDate>
<lastBuildDate>Mon, 11 Dec 2023 09:49:31 +0000</lastBuildDate>
<pubDate>Mon, 11 Dec 2023 09:56:29 +0000</pubDate>
<lastBuildDate>Mon, 11 Dec 2023 09:56:29 +0000</lastBuildDate>
<generator>Jekyll v3.9.3</generator>
</channel>

View File

@ -2018,6 +2018,11 @@ they contain a comment (<code class="language-plaintext highlighter-rouge">allow
<li><a href="https://github.com/pmd/pmd/pull/4673">#4673</a>: [javascript] CPD: Added support for decorator notation</li>
</ul>
</li>
<li>swift
<ul>
<li><a href="https://github.com/pmd/pmd/issues/4697">#4697</a>: [swift] Support Swift 5.9 features (mainly macros expansion expressions)</li>
</ul>
</li>
<li>xml-bestpractices
<ul>
<li><a href="https://github.com/pmd/pmd/pull/4592">#4592</a>: [xml] Add MissingEncoding rule</li>
@ -2805,6 +2810,7 @@ of the changes listed here, see <a href="pmd_release_notes_pmd7.html">Detailed R
<ul>
<li><a href="https://github.com/pmd/pmd/pull/1877">#1877</a>: [swift] Feature/swift rules</li>
<li><a href="https://github.com/pmd/pmd/pull/1882">#1882</a>: [swift] UnavailableFunction Swift rule</li>
<li><a href="https://github.com/pmd/pmd/issues/4697">#4697</a>: [swift] Support Swift 5.9 features (mainly macros expansion expressions)</li>
</ul>
</li>
<li>xml