feature/fix_linter_fuckup #4

Merged
Vulpovile merged 31 commits from feature/fix_linter_fuckup into master 2025-01-12 00:11:02 +00:00
4 changed files with 33 additions and 20 deletions
Showing only changes of commit 12b37d2eb7 - Show all commits

2
Jenkinsfile vendored
View File

@@ -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"