Skip to content

Commit 0a1250f

Browse files
Merge pull request #2 from davidbilik/patch-1
✨ Add detekt integration
2 parents 50758af + fa966fe commit 0a1250f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ RUN gem install danger-gitlab && \
55
gem install danger-commit_lint && \
66
gem install danger-ktlint && \
77
gem install danger-prose && \
8-
gem install danger-junit
8+
gem install danger-junit && \
9+
gem install danger-kotlin_detekt
910

1011

1112
RUN apt-get update && \

0 commit comments

Comments
 (0)