Skip to content

Commit 545ac5f

Browse files
Merge pull request #4 from codeclimate/npc/debug
Run sonarlint with debug flag
2 parents 17fe3ea + b7e24a3 commit 545ac5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ ENTRYPOINT []
3434
WORKDIR /code-read-write
3535
CMD cp -R /code/* . && \
3636
/usr/src/app/dest/bin/sonarlint \
37-
--src '**/*.{js,py,php,java}'
37+
--src '**/*.{js,py,php,java}' --debug

0 commit comments

Comments
 (0)