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:
Kilian Schuettler 2024-11-12 11:16:23 +01:00
parent 464f68e573
commit b73f9a12cc

View File

@ -15,8 +15,13 @@ pmd {
isConsoleOutput = true
}
tasks.checkstyleMain {
exclude("**/data/**")
}
tasks.pmdMain {
pmd.ruleSetFiles = files("${rootDir}/config/pmd/pmd.xml")
exclude("**/data/**")
}
tasks.pmdTest {