Skip to content

Commit

Permalink
Fix detekt CLI globbing pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
tonelli-m committed Jul 16, 2024
1 parent d270e76 commit 4b6b01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: "detekt"
uses: natiginfo/[email protected]
with:
args: --config "config/detekt.yml" --includes "**/src/**/kotlin"
args: --config "config/detekt.yml" --excludes "**/*Test/**,**/*.kts"

0 comments on commit 4b6b01e

Please sign in to comment.