File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
* .gem
2
2
* .rbc
3
+ vendor /
3
4
/.config
4
5
/coverage /
5
6
/InstalledFiles
Original file line number Diff line number Diff line change 2
2
sudo : false
3
3
language : ruby
4
4
cache : bundler
5
- env : BUNDLE_PATH=.bundle
6
5
bundler_args : --without system_tests
7
6
before_install : rm Gemfile.lock || true
8
7
script : bundle exec rake validate lint spec
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ PuppetLint.configuration.send('disable_class_inherits_from_params_class')
9
9
PuppetLint . configuration . send ( 'disable_class_parameter_defaults' )
10
10
PuppetLint . configuration . send ( 'disable_documentation' )
11
11
PuppetLint . configuration . send ( 'disable_single_quote_string_with_variables' )
12
- PuppetLint . configuration . ignore_paths = [ "spec/**/*.pp" , "pkg/**/*.pp" ]
12
+ PuppetLint . configuration . ignore_paths = [ "spec/**/*.pp" , "pkg/**/*.pp" , "vendor/**/*.pp" ]
13
13
14
14
desc "Validate manifests, templates, and ruby files in lib."
15
15
task :validate do
You can’t perform that action at this time.
0 commit comments