Skip to content

Commit

Permalink
Remove redundant Jenkinsfile config
Browse files Browse the repository at this point in the history
The rubyLintDiff option no longer has any affect.
  • Loading branch information
kevindew authored Jan 26, 2021
1 parent ce7a9a8 commit 9884952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
library("govuk")

node {
govuk.buildProject(rubyLintDiff: false)
govuk.buildProject()
}

0 comments on commit 9884952

Please sign in to comment.