Bump com.diffplug.spotless from 8.6.0 to 8.7.0#64
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps com.diffplug.spotless from 8.6.0 to 8.7.0. --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Code Coverage OverviewLanguages: Java Java / code-coverage/jacocoThe overall coverage remains at 7%, unchanged from the branch. Code Coverage is in Public Preview. Learn more and provide us with your feedback. |
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| ✅ COPYPASTE | jscpd | yes | no | no | 3.73s | |
| ✅ EDITORCONFIG | editorconfig-checker | 1 | 0 | 0 | 0.02s | |
| npm-groovy-lint | 1 | 1 | 0 | 15.91s | ||
| ✅ REPOSITORY | checkov | yes | no | no | 24.6s | |
| ✅ REPOSITORY | gitleaks | yes | no | no | 0.57s | |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ REPOSITORY | grype | yes | no | no | 57.0s | |
| osv-scanner | yes | 1 | no | 0.14s | ||
| ✅ REPOSITORY | secretlint | yes | no | no | 1.13s | |
| ✅ REPOSITORY | syft | yes | no | no | 3.69s | |
| ✅ REPOSITORY | trivy | yes | no | no | 13.29s | |
| ✅ REPOSITORY | trivy-sbom | yes | no | no | 0.2s | |
| ✅ REPOSITORY | trufflehog | yes | no | no | 4.56s | |
| ✅ SPELL | cspell | 2 | 0 | 0 | 3.41s |
Detailed Issues
⚠️ GROOVY / npm-groovy-lint - 1 error
build.gradle
1 info Class should be marked with one of @GrailsCompileStatic, @CompileStatic or @CompileDynamic CompileStatic
2 info The String 'java' can be wrapped in single quotes instead of double quotes UnnecessaryGString
3 info The String 'jacoco' can be wrapped in single quotes instead of double quotes UnnecessaryGString
4 info The String 'com.peterabeles.gversion' can be wrapped in single quotes instead of double quotes UnnecessaryGString
4 info The String '1.11.0' can be wrapped in single quotes instead of double quotes UnnecessaryGString
5 info The String 'com.diffplug.spotless' can be wrapped in single quotes instead of double quotes UnnecessaryGString
5 info The String '8.7.0' can be wrapped in single quotes instead of double quotes UnnecessaryGString
6 info The String 'edu.wpi.first.GradleRIO' can be wrapped in single quotes instead of double quotes UnnecessaryGString
6 info The String '2026.2.1' can be wrapped in single quotes instead of double quotes UnnecessaryGString
21 info File build.gradle has consecutive blank lines ConsecutiveBlankLines
23 info The String 'frc.robot.Main' can be wrapped in single quotes instead of double quotes UnnecessaryGString
42 info The String '-XX:+UnlockExperimentalVMOptions' can be wrapped in single quotes instead of double quotes UnnecessaryGString
43 info The String '-XX:GCTimeRatio=5' can be wrapped in single quotes instead of double quotes UnnecessaryGString
44 info The String '-XX:+UseSerialGC' can be wrapped in single quotes instead of double quotes UnnecessaryGString
45 info The String '-XX:MaxGCPauseMillis=50' can be wrapped in single quotes instead of double quotes UnnecessaryGString
48 info Semicolons as line endings can be removed safely UnnecessarySemicolon
49 info The String '-Xmx' can be wrapped in single quotes instead of double quotes UnnecessaryGString
49 info The String 'M' can be wrapped in single quotes instead of double quotes UnnecessaryGString
50 info The String '-Xms' can be wrapped in single quotes instead of double quotes UnnecessaryGString
50 info The String 'M' can be wrapped in single quotes instead of double quotes UnnecessaryGString
51 info The String '-XX:+AlwaysPreTouch' can be wrapped in single quotes instead of double quotes UnnecessaryGString
73 error The variable [includeDesktopSupport] in class None is not used UnusedVariable
102 info The String 'gov.nist.math:jama:1.0.3' can be wrapped in single quotes instead of double quotes UnnecessaryGString
104 warning The line exceeds 120 characters. The line is 137 characters. LineLength
104 info The String '/vendordeps/AdvantageKit.json' can be wrapped in single quotes instead of double quotes UnnecessaryGString
129 info By convention closure parameters should be specified explicitly. ImplicitClosureParameter
129 info By convention closure parameters should be specified explicitly. ImplicitClosureParameter
129 info By convention closure parameters should be specified explicitly. ImplicitClosureParameter
148 info File build.gradle has consecutive blank lines ConsecutiveBlankLines
153 info The String 'src/main/java/' can be wrapped in single quotes instead of double quotes UnnecessaryGString
154 info The String 'frc.robot' can be wrapped in single quotes instead of double quotes UnnecessaryGString
155 info The String 'BuildConstants' can be wrapped in single quotes instead of double quotes UnnecessaryGString
156 info The String 'yyyy-MM-dd HH:mm:ss z' can be wrapped in single quotes instead of double quotes UnnecessaryGString
157 info The String 'America/New_York' can be wrapped in single quotes instead of double quotes UnnecessaryGString
158 info The String ' ' can be wrapped in single quotes instead of double quotes UnnecessaryGString
164 info By convention closure parameters should be specified explicitly. ImplicitClosureParameter
164 info The String 'deploy' can be wrapped in single quotes instead of double quotes UnnecessaryGString
165 info The String 'event' can be wrapped in single quotes instead of double quotes UnnecessaryGString
167 warning Calling toString() on [new Date()] in class None is unnecessary UnnecessaryToString
185 info The String 'Not on an event branch, skipping commit' can be wrapped in single quotes instead of double quotes UnnecessaryGString
188 info The String 'Not running deploy task, skipping commit' can be wrapped in single quotes instead of double quotes UnnecessaryGString
198 info The String '.' can be wrapped in single quotes instead of double quotes UnnecessaryGString
199 info The String '**/*.java' can be wrapped in single quotes instead of double quotes UnnecessaryGString
200 info The String '**/build/**' can be wrapped in single quotes instead of double quotes UnnecessaryGString
200 info The String '**/build-*/**' can be wrapped in single quotes instead of double quotes UnnecessaryGString
209 info The String '.' can be wrapped in single quotes instead of double quotes UnnecessaryGString
210 info The String '**/*.gradle' can be wrapped in single quotes instead of double quotes UnnecessaryGString
211 info The String '**/build/**' can be wrapped in single quotes instead of double quotes UnnecessaryGString
211 info The String '**/build-*/**' can be wrapped in single quotes instead of double quotes UnnecessaryGString
219 info The String '.' can be wrapped in single quotes instead of double quotes UnnecessaryGString
220 info The String '**/*.json' can be wrapped in single quotes instead of double quotes UnnecessaryGString
221 info The String '**/build/**' can be wrapped in single quotes instead of double quotes UnnecessaryGString
221 info The String '**/build-*/**' can be wrapped in single quotes instead of double quotes UnnecessaryGString
225 info The String 'misc' can be wrapped in single quotes instead of double quotes UnnecessaryGString
226 info The String '.' can be wrapped in single quotes instead of double quotes UnnecessaryGString
227 info The String '**/*.md' can be wrapped in single quotes instead of double quotes UnnecessaryGString
227 info The String '**/.gitignore' can be wrapped in single quotes instead of double quotes UnnecessaryGString
228 info The String '**/build/**' can be wrapped in single quotes instead of double quotes UnnecessaryGString
228 info The String '**/build-*/**' can be wrapped in single quotes instead of double quotes UnnecessaryGString
npm-groovy-lint results in 1 linted files:
┌─────────┬───────────┬─────────────┐
│ (index) │ Severity │ Total found │
├─────────┼───────────┼─────────────┤
│ 0 │ 'Error' │ 1 │
│ 1 │ 'Warning' │ 2 │
│ 2 │ 'Info' │ 56 │
└─────────┴───────────┴─────────────┘
Failure: 1 error(s) have been found
⚠️ REPOSITORY / osv-scanner - 1 error
Scanning dir .
Starting filesystem walk for root: /
End status: 53 dirs visited, 166 inodes visited, 0 Extract calls, 17.44147ms elapsed, 17.442061ms wall time
No package sources found, --help for usage information.
Notices
📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)
See detailed reports in MegaLinter artifacts
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

Show us your support by starring ⭐ the repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps com.diffplug.spotless from 8.6.0 to 8.7.0.
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)