aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDavid Cole <40234707+DavidArthurCole@users.noreply.github.com>2024-09-29 03:40:09 -0400
committerGitHub <noreply@github.com>2024-09-29 09:40:09 +0200
commitc63224fc1185ba15be71289e92ff32ce2e6d7513 (patch)
treed9f27165fd02f5460aa11a338a93c1207fbae920 /.github
parent3fb3b0598ee05b90b610b7691985ca073eae9eb3 (diff)
downloadskyhanni-c63224fc1185ba15be71289e92ff32ce2e6d7513.tar.gz
skyhanni-c63224fc1185ba15be71289e92ff32ce2e6d7513.tar.bz2
skyhanni-c63224fc1185ba15be71289e92ff32ce2e6d7513.zip
Backend: `detekt` -> `detektMain` (#2613)
Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7e42909ee..143c59466 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -44,14 +44,15 @@ jobs:
# - name: Checkout code
# uses: actions/checkout@v4
# - uses: ./.github/actions/setup-normal-workspace
- # - name: Run detekt
+ # # detektMain is a LOT slower than detekt, but it does type analysis
+ # - name: Run detekt main (w/typing analysis)
# run: |
- # ./gradlew detekt --stacktrace
+ # ./gradlew detektMain --stacktrace
# - name: Annotate detekt failures
# if: ${{ !cancelled() }}
# run: |
# chmod +x .github/scripts/process_detekt_sarif.sh
- # ./.github/scripts/process_detekt_sarif.sh versions/1.8.9/build/reports/detekt/detekt.sarif
+ # ./.github/scripts/process_detekt_sarif.sh versions/1.8.9/build/reports/detekt/main.sarif
preprocess: