summaryrefslogtreecommitdiff
path: root/Rakefile
blob: 401002e4451c95c2fcbdbc39c0e7452e01110f05 (plain)
1
2
3
4
5
6
7
8
9
10
task :tests do
  require 'puppetlabs_spec_helper/rake_tasks'

  # run syntax checks on manifests, templates and hiera data
  # also runs :metadata_lint
  Rake::Task[:validate].invoke

  # runs puppet-lint
  Rake::Task[:lint].invoke
end