Skip to content

Commit 03f429a

Browse files
committed
Only look for Java source code for now
1 parent 73e8bcd commit 03f429a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ ENTRYPOINT []
3737
WORKDIR /code-read-write
3838
CMD cp -R /code/* . && \
3939
/usr/src/app/dest/bin/sonarlint \
40-
--src '**/*.{js,py,php,java}'
40+
--src 'src/main/**/*.java'

0 commit comments

Comments
 (0)