Skip to content

Commit

Permalink
Remove rubyLintDiff from Jenkinsfile
Browse files Browse the repository at this point in the history
This option no longer has any effect.
  • Loading branch information
kevindew committed Jan 5, 2021
1 parent 7e400dc commit c79ece0
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, sassLint: false, brakeman: true)
govuk.buildProject(sassLint: false, brakeman: true)
}

0 comments on commit c79ece0

Please sign in to comment.