@groovy.transform.CompileStatic class GrailsCodeStyleExtension extends java.lang.Object
| Type | Name and description |
|---|---|
DirectoryProperty |
checkstyleDirectoryDefaults to project.buildDir/checkstyle. |
DirectoryProperty |
codenarcDirectoryDefaults to project.buildDir/codenarc. |
| Constructor and description |
|---|
GrailsCodeStyleExtension(ObjectFactory objects, Project project) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
Defaults to project.buildDir/checkstyle. Default checkstyle files will be written here and used from this location.
Defaults to project.buildDir/codenarc. Default codenarc files will be written here and used from this location.