Merged
Conversation
4d02747 to
55fe3c6
Compare
big-guy
requested changes
Aug 3, 2022
Member
big-guy
left a comment
There was a problem hiding this comment.
I would also try running some of the "all versions" tests that only run under Ready For Release: https://builds.gradle.org/viewType.html?buildTypeId=Gradle_Master_Check_AllVersionsIntegMultiVersion_33_bucket6
This will run all of the supported versions of CodeNarc
subprojects/code-quality/src/main/groovy/org/gradle/api/plugins/quality/CodeNarc.java
Show resolved
Hide resolved
...uality/src/main/groovy/org/gradle/api/plugins/quality/internal/CodeNarcActionParameters.java
Show resolved
Hide resolved
tresat
reviewed
Aug 3, 2022
...cts/code-quality/src/main/groovy/org/gradle/api/plugins/quality/internal/CodeNarcAction.java
Show resolved
Hide resolved
...uality/src/main/groovy/org/gradle/api/plugins/quality/internal/CodeNarcActionParameters.java
Show resolved
Hide resolved
5725a97 to
cfc8e2f
Compare
81cf735 to
c635565
Compare
c635565 to
0614476
Compare
tresat
approved these changes
Aug 15, 2022
...roovy/org/gradle/api/plugins/quality/codenarc/CodeNarcPluginToolchainsIntegrationTest.groovy
Show resolved
Hide resolved
subprojects/code-quality/src/main/groovy/org/gradle/api/plugins/quality/CodeNarc.java
Outdated
Show resolved
Hide resolved
subprojects/code-quality/src/main/groovy/org/gradle/api/plugins/quality/CodeNarc.java
Outdated
Show resolved
Hide resolved
441e332 to
abff002
Compare
Member
Author
|
@bot-gradle test this |
Collaborator
|
OK, I've already triggered the following builds for you: |
abff002 to
a9cee55
Compare
Member
Author
|
@bot-gradle test and merge |
Collaborator
|
OK, I've already triggered a build for you. |
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.
Runs CodeNarc in a Worker. Based off of previous work done for checkstyle