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
+3 -1
View File
@@ -21,7 +21,9 @@ pipeline {
} }
} }
stage('Code Linting') { stage('Code Linting') {
sh 'bundle exec rubocop --format html --out rubocop.html' steps {
sh 'bundle exec rubocop --format html --out rubocop.html'
}
} }
stage('Run tests') { stage('Run tests') {
steps { steps {