Compare commits

..

No commits in common. "1e62bc3fba6bc2487f27e58a0f3cc2842471ed68" and "6fa52100ecaa47bbfbcd90df6b1434a3ea90a9c9" have entirely different histories.

3 changed files with 3 additions and 10 deletions

View file

@ -1,8 +0,0 @@
#!/bin/bash
java -cp "lib/compile/*:examples/lib/bld/*" io.gitlab.arturbosch.detekt.cli.Main --help |\
grep "^ --.*" |\
sed -e "s/ /\"/" -e "s/, .*//" -e "s/$/\",/" -e '/version/d' -e '/help/d' |\
sort |\
sed -e '$s/,//'

View file

@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-kotlin:0.9.8
bld.extensions=com.uwyn.rife2:bld-kotlin:0.9.7
bld.extension-detekt=com.uwyn.rife2:bld-detekt:0.9.4
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation=

View file

@ -63,8 +63,8 @@ class DetektOperationTest {
var params = List.of(
"--all-rules",
"--auto-correct",
"--baseline",
"--base-path",
"--baseline",
"--build-upon-default-config",
"--classpath",
"--config",
@ -78,6 +78,7 @@ class DetektOperationTest {
"--input",
"--jdk-home",
"--jvm-target",
"--language-version",
"--max-issues",
"--parallel",
"--plugins",