Skip to content

Commit

Permalink
tidy Rakefile formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Apr 11, 2014
1 parent 293eda0 commit 6ea41b2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
require 'puppetlabs_spec_helper/rake_tasks'
require 'rspec-system/rake_task'
require 'puppet-syntax/tasks/puppet-syntax'
require 'puppet-lint/tasks/puppet-lint'
require 'rspec-system/rake_task'

PuppetLint.configuration.send("disable_class_inherits_from_params_class")
PuppetLint.configuration.ignore_paths = ['pkg/**/*.pp', 'spec/**/*.pp', 'tests/**/*.pp']
PuppetLint.configuration.ignore_paths = [
'pkg/**/*.pp',
'spec/**/*.pp',
'tests/**/*.pp',
]

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

# vim:ft=ruby

0 comments on commit 6ea41b2

Please sign in to comment.