jdaugherty commented on code in PR #15555:
URL: https://github.com/apache/grails-core/pull/15555#discussion_r3117539949
##########
build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/GrailsCodeStylePlugin.groovy:
##########
@@ -49,17 +48,11 @@ class GrailsCodeStylePlugin implements Plugin<Project> {
void apply(Project project) {
initExtension(project)
configureCodeStyle(project)
- doNotApplyStylingToTests(project)
}
private static void initExtension(Project project) {
def gce = project.extensions.create('grailsCodeStyle',
GrailsCodeStyleExtension)
- // Unfortunately, the codenarc plugin is still using a non-lazy
property.
Review Comment:
This comment needs to stay.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]