Skip to content

Commit 7ca406c

Browse files
author
willmeek
authored
Merge pull request #859 from tphoney/MODULES-6201
MODULES-6201 .rubocop.yml not managed by msync
2 parents c7100ef + ee55791 commit 7ca406c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ NOTICE:
66
- '!spec/fixtures/'
77
- 'spec/fixtures/manifests/site.pp'
88
- 'spec/fixtures/modules/*'
9-
109
spec/spec_helper.rb:
1110
allow_deprecations: true
12-
1311
.travis.yml:
1412
extras:
1513
- rvm: 2.1.9
@@ -20,3 +18,5 @@ spec/spec_helper.rb:
2018
bundler_args: --without system_tests
2119
- rvm: 2.1.9
2220
script: bundle exec rake rubocop
21+
.rubocop.yml:
22+
unmanaged: true

0 commit comments

Comments
 (0)