We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b6b93c + 5f008af commit 9685decCopy full SHA for 9685dec
Dockerfile
@@ -33,4 +33,5 @@ USER app
33
ENTRYPOINT []
34
WORKDIR /code-read-write
35
CMD cp -R /code/* . && \
36
- /usr/src/app/dest/bin/sonarlint
+ /usr/src/app/dest/bin/sonarlint \
37
+ --src '**/*.{js,py,php,java}'
0 commit comments