Compare commits

...

2 commits

3 changed files with 10 additions and 3 deletions

8
cliargs.sh Executable file
View file

@ -0,0 +1,8 @@
#!/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.7
bld.extensions=com.uwyn.rife2:bld-kotlin:0.9.8
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",
"--base-path",
"--baseline",
"--base-path",
"--build-upon-default-config",
"--classpath",
"--config",
@ -78,7 +78,6 @@ class DetektOperationTest {
"--input",
"--jdk-home",
"--jvm-target",
"--language-version",
"--max-issues",
"--parallel",
"--plugins",