cathive / concourse-sonarqube-resource

performs SonarQube analyses and checks quality gates https://concourse-ci.org/ https://sonarqube.org/
Apache License 2.0
46 stars 50 forks source link

Add support for convert wildcards to comma-separated paths. #40

Closed SimonXming closed 5 years ago

SimonXming commented 5 years ago

Support wildcards convert to comma-separated paths:

SimonXming commented 5 years ago

Hi @headcr4sh, I saw a lot of shellcheck errors. Do I need to fix them in this PR? Or create another PR for it? I fixed all shellcheck errors, most of them are https://www.shellcheck.net/wiki/SC2236 -- Use -n instead of ! -z.