Skip to content

Commit

Permalink
Append check:trailing_whitespace rake task to check and not `rele…
Browse files Browse the repository at this point in the history
…ase_checks`
  • Loading branch information
bastelfreak committed Aug 9, 2021
1 parent 0a57465 commit 12182fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/voxpupuli/test/rake.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
end
end
end
Rake::Task[:release_checks].enhance ['check:trailing_whitespace']
Rake::Task[:check].enhance ['check:trailing_whitespace']


desc 'Run metadata-json-deps'
Expand Down
2 changes: 1 addition & 1 deletion voxpupuli-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'facterdb', '>= 1.4.0'
s.add_runtime_dependency 'metadata-json-lint'
s.add_runtime_dependency 'parallel_tests'
s.add_runtime_dependency 'puppetlabs_spec_helper', '>= 2.14.0'
s.add_runtime_dependency 'puppetlabs_spec_helper', '>= 2.16.0'
s.add_runtime_dependency 'rspec-puppet-facts', '>= 2.0.1', '< 3'
s.add_runtime_dependency 'rspec-puppet-utils', '>= 1.9.5'
s.add_runtime_dependency 'metadata_json_deps', '>= 0.2.0'
Expand Down

0 comments on commit 12182fa

Please sign in to comment.