Skip to content

Commit

Permalink
Add puppet-syntax test in Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson Prado committed Oct 5, 2017
1 parent de45880 commit 9e9c5f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-syntax/tasks/puppet-syntax'
require 'puppet-lint/tasks/puppet-lint'

PuppetLint.configuration.send("disable_80chars")
Expand All @@ -18,6 +19,7 @@ PuppetLint.configuration.ignore_paths = exclude_paths

desc "Run syntax, lint, and spec tests."
task :test => [
:syntax,
:lint,
:spec,
]

0 comments on commit 9e9c5f6

Please sign in to comment.