Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

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 7, 2015
1 parent 94100f5 commit 560e301
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 @@ -15,7 +15,7 @@ PuppetLint::RakeTask.new :lint do |config|
end

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

0 comments on commit 560e301

Please sign in to comment.