Skip to content

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

3 participants