We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dc0a86 commit e6c8293Copy full SHA for e6c8293
.sync.yml
@@ -12,7 +12,7 @@ Gemfile:
12
Rakefile:
13
changelog_since_tag: '2.5.0'
14
extras:
15
- - 'PuppetSyntax.exclude_paths = ["spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]'
+ - 'PuppetSyntax.exclude_paths = ["plans/**/*.pp", "spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]'
16
spec/spec_helper.rb:
17
mock_with: ':rspec'
18
.gitignore:
Rakefile
@@ -87,4 +87,4 @@ EOM
87
end
88
89
90
-PuppetSyntax.exclude_paths = ["spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]
+PuppetSyntax.exclude_paths = ["plans/**/*.pp", "spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]
0 commit comments