Commit 5ae1ce1 Joshua Hoblitt
committed
1 parent afb41e2 commit 5ae1ce1 Copy full SHA for 5ae1ce1
File tree 3 files changed +11
-1
lines changed
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
pkg /
2
2
spec /fixtures /
3
3
Gemfile.lock
4
+ * .orig
5
+ * .rej
6
+ * .patch
Original file line number Diff line number Diff line change 9
9
gem 'rake'
10
10
gem 'puppetlabs_spec_helper'
11
11
gem 'puppet-lint'
12
+ gem 'puppet-syntax'
12
13
13
14
# vim:ft=ruby
Original file line number Diff line number Diff line change 1
1
require 'puppetlabs_spec_helper/rake_tasks'
2
+ require 'puppet-syntax/tasks/puppet-syntax'
2
3
require 'puppet-lint/tasks/puppet-lint'
3
4
5
+ PuppetSyntax . exclude_paths = [ "spec/fixtures/**/*" ]
4
6
PuppetLint . configuration . send ( "disable_class_inherits_from_params_class" )
5
7
PuppetLint . configuration . ignore_paths = [ "spec/**/*.pp" , 'tests/**/*.pp' ]
6
8
7
- task :default => [ :spec , :lint ]
9
+ task :default => [
10
+ :syntax ,
11
+ :lint ,
12
+ :spec ,
13
+ ]
You can’t perform that action at this time.
0 commit comments