Skip to content

Instantly share code, notes, and snippets.

@gpeal
Created January 17, 2021 07:17
Show Gist options
  • Save gpeal/000ee73f4421e923a6df97cff5b209c8 to your computer and use it in GitHub Desktop.
Save gpeal/000ee73f4421e923a6df97cff5b209c8 to your computer and use it in GitHub Desktop.
#!/bin/bash
java -jar libs/detekt-cli-1.10.0-all.jar --build-upon-default-config --includes "**/src/main/**/*.kt" -c detekt.yml -p libs/detekt-formatting-1.10.0-RC1.jar --parallel -r xml:build/reports/detekt/detekt-checkstyle.xml "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment