Skip to content

Commit

Permalink
add :validate to default rake target list
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 6, 2015
1 parent 3df1503 commit 1adaa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PuppetLint::RakeTask.new :lint do |config|
end

task :default => [
:syntax,
:validate,
:lint,
:spec,
]

0 comments on commit 1adaa87

Please sign in to comment.