Skip to content

Commit 9e9c5f6

Browse files
author
Emerson Prado
committed
Add puppet-syntax test in Rakefile
1 parent de45880 commit 9e9c5f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
require 'puppetlabs_spec_helper/rake_tasks'
2+
require 'puppet-syntax/tasks/puppet-syntax'
23
require 'puppet-lint/tasks/puppet-lint'
34

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

1920
desc "Run syntax, lint, and spec tests."
2021
task :test => [
22+
:syntax,
2123
:lint,
2224
:spec,
2325
]

0 commit comments

Comments
 (0)