Skip to content

Commit 89a5025

Browse files
committed
Exclude bin and build from detekt by default
1 parent 4653f63 commit 89a5025

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

detekt.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ config:
44

55
comments:
66
excludes: &standardExcludes
7+
- '**/bin/**'
8+
- '**/build/**'
79
- '**/src/test/**'
810

911
complexity:

0 commit comments

Comments
 (0)