Skip to content

Commit 7462d78

Browse files
Bump net.sourceforge.pmd:pmd-build-tools-config from 36 to 37 (#362)
Bumps [net.sourceforge.pmd:pmd-build-tools-config](https://github.com/pmd/build-tools) from 36 to 37. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/pmd/build-tools/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.sourceforge.pmd:pmd-build-tools-config&package-manager=maven&previous-version=36&new-version=37)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andreas Dangel <andreas.dangel@pmd-code.org>
1 parent 4044564 commit 7462d78

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/ui/Shape.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* @author Brian Remedios
1010
*/
11+
@SuppressWarnings("PMD.FieldNamingConventions") // unfortunately, this is "Public API"...
1112
public enum Shape {
1213

1314
square(1, "Square"),

net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/ui/preferences/br/ImplementationType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
*
99
* @author Brian Remedios
1010
*/
11+
@SuppressWarnings("PMD.FieldNamingConventions") // unfortunately, this is "Public API"...
1112
public enum ImplementationType {
1213

1314
XPath, Java, Mixed

net.sourceforge.pmd.eclipse.plugin/src/main/java/net/sourceforge/pmd/eclipse/ui/preferences/panelmanagers/EditorUsageMode.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
package net.sourceforge.pmd.eclipse.ui.preferences.panelmanagers;
66

7+
@SuppressWarnings("PMD.FieldNamingConventions") // unfortunately, this is "Public API"...
78
public enum EditorUsageMode {
89

910
CreateNew, Editing

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<tycho.version>5.0.2</tycho.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<pmd.version>7.21.0</pmd.version>
25-
<pmd.build-tools.version>36</pmd.build-tools.version>
25+
<pmd.build-tools.version>37</pmd.build-tools.version>
2626
<checkstyle.version>13.2.0</checkstyle.version>
2727
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
2828
<pmd.plugin.version>3.28.0</pmd.plugin.version>

0 commit comments

Comments
 (0)