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 Apr 24, 2015
1 parent 773e16b commit 18c08a5
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 @@ -10,7 +10,7 @@ PuppetLint::RakeTask.new :lint do |config|
end

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

0 comments on commit 18c08a5

Please sign in to comment.