mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Faster documentation generation (#2722)
* Get rid of cli and core dependency for generator * Remove generic argument parsing made for sharing but introduced complexity * Do not use expensive shadow plugin on internal generator module * Apply shadow plugin for cli in packaging * Generate documentation after compilation of rules * Trigger generateDocumentation when formatting rules are changed * Further reduce complexity of parsing args * Start generateDocumentation directly from gradle * Test additional error paths of CliArgs
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
plugins {
|
||||
commons
|
||||
apps
|
||||
packaging
|
||||
releasing
|
||||
detekt
|
||||
id("org.jetbrains.dokka") apply false
|
||||
id("com.github.johnrengelman.shadow") apply false
|
||||
id("com.github.ben-manes.versions")
|
||||
id("org.sonarqube")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user