Skip to content

Commit

Permalink
refactor(cicd): disable daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
mikucat0309 committed Dec 21, 2023
1 parent 4bc09e6 commit 6bd42d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Run Detekt
continue-on-error: true
run: gradle :app:detekt
run: gradle :app:detekt --no-daemon

- uses: github/codeql-action/upload-sarif@v2
with:
Expand Down
1 change: 1 addition & 0 deletions app/config/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ style:
UnusedPrivateMember:
active: true
allowedNames: ''
ignoreAnnotated: ['Preview']
UnusedPrivateProperty:
active: true
allowedNames: '_|ignored|expected|serialVersionUID'
Expand Down

0 comments on commit 6bd42d0

Please sign in to comment.