rubocop #29

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