diff options
author | Melissa Stone <melissa@puppet.com> | 2018-05-18 10:36:33 -0700 |
---|---|---|
committer | Melissa Stone <melissa@puppet.com> | 2018-05-18 10:40:56 -0700 |
commit | f308ce451412c0569a1c4b726f185fa4cc1a5b3e (patch) | |
tree | c64fe52f33704571d3827e896058ce47d3d908be /Rakefile | |
parent | 35bd7f8e66499d0c70256e47d6248a29870f5aa2 (diff) | |
download | puppet-mailalias_core-f308ce451412c0569a1c4b726f185fa4cc1a5b3e.tar.gz puppet-mailalias_core-f308ce451412c0569a1c4b726f185fa4cc1a5b3e.tar.bz2 |
(maint) Bump pdk to 1.5.0
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ require 'puppetlabs_spec_helper/rake_tasks' require 'puppet-syntax/tasks/puppet-syntax' -require 'puppet_blacksmith/rake_tasks' +require 'puppet_blacksmith/rake_tasks' if Bundler.rubygems.find_name('puppet-blacksmith').any? require 'puppet-lint/tasks/puppet-lint' + +PuppetLint.configuration.send('disable_relative') + |