rubocop #29

Merged
bucky merged 18 commits from rubocop into master 2023-10-22 15:11:24 -07:00
Showing only changes of commit 7caf25c4d0 - Show all commits
Vendored
+3 -1
View File
@@ -23,7 +23,9 @@ pipeline {
} }
stage('Code Linting') { stage('Code Linting') {
steps { steps {
sh 'bundle exec rubocop --format html --out rubocop.html' catchError(buildResult: 'UNSTABLE', stageResult: 'FAILURE') {
sh 'bundle exec rubocop --format html --out rubocop.html'
}
} }
} }
stage('Run tests') { stage('Run tests') {