dependabot maven(deps): bump pmd.version from 6.44.0 to 6.45.0
Bumps pmd.version
from 6.44.0 to 6.45.0.
Updates pmd-core
from 6.44.0 to 6.45.0
Release notes
Sourced from pmd-core's releases.
PMD 6.45.0 (30-April-2022)
30-April-2022 - 6.45.0
The PMD team is pleased to announce PMD 6.45.0.
This is a minor release.
Table Of Contents
New and noteworthy
PMD User Survey
Help shape the future of PMD by telling us how you use it.
Our little survey is still open in case you didn't participate yet. Please participate in our survey at https://forms.gle/4d8r1a1RDzfixHDc7.
Thank you!
Support for HTML
This version of PMD ships a new language module to support analyzing of HTML. Support for HTML is experimental and might change without notice. The language implementation is not complete yet and the AST doesn't look well for text nodes and comment nodes and might be changed in the future. You can write your own rules, but we don't guarantee that the rules work with the next (minor) version of PMD without adjustments.
Please give us feedback about how practical this new language is in discussions. Please report missing features or bugs as new issues.
New rules
- The HTML rule
AvoidInlineStyles
finds elements which use a style attribute. In order to help maintaining a webpage it is considered good practice to separate content and styles. Instead of inline styles one should use CSS files and classes.
... (truncated)
Commits
-
1d2b40b
[maven-release-plugin] prepare release pmd_releases/6.45.0 -
2212ff1
Prepare pmd release 6.45.0 -
e4577c4
[doc] Add user survey to release notes (#3814) -
915b7f8
Merge pull request #3939 from adangel:improved-rule-test-support -
efcc583
[test] Improve test method name, display test method -
094bb13
Update gems -
4eb2471
Update gems -
e110a84
Merge pull request #3943 from turrisxyz:setup-permissions -
47beb1c
Add@naveensrinivasan
as a contributor -
94057f6
[doc] Update release notes (#3943) - Additional commits viewable in compare view
Updates pmd-java
from 6.44.0 to 6.45.0
Release notes
Sourced from pmd-java's releases.
PMD 6.45.0 (30-April-2022)
30-April-2022 - 6.45.0
The PMD team is pleased to announce PMD 6.45.0.
This is a minor release.
Table Of Contents
New and noteworthy
PMD User Survey
Help shape the future of PMD by telling us how you use it.
Our little survey is still open in case you didn't participate yet. Please participate in our survey at https://forms.gle/4d8r1a1RDzfixHDc7.
Thank you!
Support for HTML
This version of PMD ships a new language module to support analyzing of HTML. Support for HTML is experimental and might change without notice. The language implementation is not complete yet and the AST doesn't look well for text nodes and comment nodes and might be changed in the future. You can write your own rules, but we don't guarantee that the rules work with the next (minor) version of PMD without adjustments.
Please give us feedback about how practical this new language is in discussions. Please report missing features or bugs as new issues.
New rules
- The HTML rule
AvoidInlineStyles
finds elements which use a style attribute. In order to help maintaining a webpage it is considered good practice to separate content and styles. Instead of inline styles one should use CSS files and classes.
... (truncated)
Commits
-
1d2b40b
[maven-release-plugin] prepare release pmd_releases/6.45.0 -
2212ff1
Prepare pmd release 6.45.0 -
e4577c4
[doc] Add user survey to release notes (#3814) -
915b7f8
Merge pull request #3939 from adangel:improved-rule-test-support -
efcc583
[test] Improve test method name, display test method -
094bb13
Update gems -
4eb2471
Update gems -
e110a84
Merge pull request #3943 from turrisxyz:setup-permissions -
47beb1c
Add@naveensrinivasan
as a contributor -
94057f6
[doc] Update release notes (#3943) - Additional commits viewable in compare view
Updates pmd-javascript
from 6.44.0 to 6.45.0
Release notes
Sourced from pmd-javascript's releases.
PMD 6.45.0 (30-April-2022)
30-April-2022 - 6.45.0
The PMD team is pleased to announce PMD 6.45.0.
This is a minor release.
Table Of Contents
New and noteworthy
PMD User Survey
Help shape the future of PMD by telling us how you use it.
Our little survey is still open in case you didn't participate yet. Please participate in our survey at https://forms.gle/4d8r1a1RDzfixHDc7.
Thank you!
Support for HTML
This version of PMD ships a new language module to support analyzing of HTML. Support for HTML is experimental and might change without notice. The language implementation is not complete yet and the AST doesn't look well for text nodes and comment nodes and might be changed in the future. You can write your own rules, but we don't guarantee that the rules work with the next (minor) version of PMD without adjustments.
Please give us feedback about how practical this new language is in discussions. Please report missing features or bugs as new issues.
New rules
- The HTML rule
AvoidInlineStyles
finds elements which use a style attribute. In order to help maintaining a webpage it is considered good practice to separate content and styles. Instead of inline styles one should use CSS files and classes.
... (truncated)
Commits
-
1d2b40b
[maven-release-plugin] prepare release pmd_releases/6.45.0 -
2212ff1
Prepare pmd release 6.45.0 -
e4577c4
[doc] Add user survey to release notes (#3814) -
915b7f8
Merge pull request #3939 from adangel:improved-rule-test-support -
efcc583
[test] Improve test method name, display test method -
094bb13
Update gems -
4eb2471
Update gems -
e110a84
Merge pull request #3943 from turrisxyz:setup-permissions -
47beb1c
Add@naveensrinivasan
as a contributor -
94057f6
[doc] Update release notes (#3943) - Additional commits viewable in compare view
Updates pmd-jsp
from 6.44.0 to 6.45.0
Release notes
Sourced from pmd-jsp's releases.
PMD 6.45.0 (30-April-2022)
30-April-2022 - 6.45.0
The PMD team is pleased to announce PMD 6.45.0.
This is a minor release.
Table Of Contents
New and noteworthy
PMD User Survey
Help shape the future of PMD by telling us how you use it.
Our little survey is still open in case you didn't participate yet. Please participate in our survey at https://forms.gle/4d8r1a1RDzfixHDc7.
Thank you!
Support for HTML
This version of PMD ships a new language module to support analyzing of HTML. Support for HTML is experimental and might change without notice. The language implementation is not complete yet and the AST doesn't look well for text nodes and comment nodes and might be changed in the future. You can write your own rules, but we don't guarantee that the rules work with the next (minor) version of PMD without adjustments.
Please give us feedback about how practical this new language is in discussions. Please report missing features or bugs as new issues.
New rules
- The HTML rule
AvoidInlineStyles
finds elements which use a style attribute. In order to help maintaining a webpage it is considered good practice to separate content and styles. Instead of inline styles one should use CSS files and classes.
... (truncated)
Commits
-
1d2b40b
[maven-release-plugin] prepare release pmd_releases/6.45.0 -
2212ff1
Prepare pmd release 6.45.0 -
e4577c4
[doc] Add user survey to release notes (#3814) -
915b7f8
Merge pull request #3939 from adangel:improved-rule-test-support -
efcc583
[test] Improve test method name, display test method -
094bb13
Update gems -
4eb2471
Update gems -
e110a84
Merge pull request #3943 from turrisxyz:setup-permissions -
47beb1c
Add@naveensrinivasan
as a contributor -
94057f6
[doc] Update release notes (#3943) - Additional commits viewable in compare view