Skip to content

Commit e6c8293

Browse files
committed
Fix linting
1 parent 9dc0a86 commit e6c8293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gemfile:
1212
Rakefile:
1313
changelog_since_tag: '2.5.0'
1414
extras:
15-
- 'PuppetSyntax.exclude_paths = ["spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]'
15+
- 'PuppetSyntax.exclude_paths = ["plans/**/*.pp", "spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]'
1616
spec/spec_helper.rb:
1717
mock_with: ':rspec'
1818
.gitignore:

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ EOM
8787
end
8888
end
8989

90-
PuppetSyntax.exclude_paths = ["spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]
90+
PuppetSyntax.exclude_paths = ["plans/**/*.pp", "spec/acceptance/**/plans/**/*.pp", "vendor/**/*"]

0 commit comments

Comments
 (0)