feature/fix_linter_fuckup #4
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -7,6 +7,8 @@ pipeline {
|
|||||||
script {
|
script {
|
||||||
// Check for spaces or mixed indentation
|
// Check for spaces or mixed indentation
|
||||||
sh '''
|
sh '''
|
||||||
|
grep -P "test" <<< "test" || echo "grep -P not supported"
|
||||||
|
|
||||||
# Define file extensions to check
|
# Define file extensions to check
|
||||||
FILE_EXTENSIONS="css,json,js,java,htm,html,cpp,c,h,p,py,go,cs"
|
FILE_EXTENSIONS="css,json,js,java,htm,html,cpp,c,h,p,py,go,cs"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user