From ee557910a6ab775563522e51a7a9f4e06126051f Mon Sep 17 00:00:00 2001 From: tphoney Date: Mon, 4 Dec 2017 09:31:52 +0000 Subject: [PATCH] MODULES-6201 .rubocop.yml not managed by msync --- .sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.sync.yml b/.sync.yml index 18c157d63..307ee3ee5 100644 --- a/.sync.yml +++ b/.sync.yml @@ -6,10 +6,8 @@ NOTICE: - '!spec/fixtures/' - 'spec/fixtures/manifests/site.pp' - 'spec/fixtures/modules/*' - spec/spec_helper.rb: allow_deprecations: true - .travis.yml: extras: - rvm: 2.1.9 @@ -20,3 +18,5 @@ spec/spec_helper.rb: bundler_args: --without system_tests - rvm: 2.1.9 script: bundle exec rake rubocop +.rubocop.yml: + unmanaged: true