RED-9139: move document to its own module, add TableOfContents and TableOfContentsItem
* ignore checkstyle and pmd for generated proto files
This commit is contained in:
parent
b73f9a12cc
commit
c9e91972f8
@ -16,12 +16,12 @@ pmd {
|
||||
}
|
||||
|
||||
tasks.checkstyleMain {
|
||||
exclude("**/data/**")
|
||||
exclude("**/data/**") // ignore generated proto files
|
||||
}
|
||||
|
||||
tasks.pmdMain {
|
||||
pmd.ruleSetFiles = files("${rootDir}/config/pmd/pmd.xml")
|
||||
exclude("**/data/**")
|
||||
exclude("**/data/**") // ignore generated proto files
|
||||
}
|
||||
|
||||
tasks.pmdTest {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user