Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shellcheck for specific directories #9

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

robertauer
Copy link
Member

@robertauer robertauer commented Mar 13, 2020

Add shellCheckDirectory() function
Fix SonarQube stage in Jenkinsfile
Resolves #8

@robertauer robertauer added the enhancement New feature or request label Mar 13, 2020
*
*/
def call(directoryName) {
def fileList = sh (script: "find ${direcotyName} -type f -regex .*\\.sh -print", returnStdout: true)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As SonarQube pointed out, there is a typo in "direcotyName"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Shellcheck for specific folders
2 participants