X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.sync.yml;h=090130d48da94108e11f6dc025cbce2048bb81fc;hb=63878326cdce720172e7b0d1f8300751824d6d6c;hp=ad63bcd99bddf7dc5b0bafd1166b3ab26a1014dd;hpb=d6069a619ce1b30f19014932f81e83f445c846e6;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index ad63bcd..090130d 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,24 +1,25 @@ --- +.gitignore: + required: + - ---.project + +.gitlab-ci.yml: + unmanaged: true + +.rubocop.yml: + default_configs: + inherit_from: .rubocop_todo.yml + require: + - rubocop-i18n + - rubocop-rspec + .travis.yml: - docker_sets: - - set: docker/debian-8 - - set: docker/ubuntu-14.04 - docker_defaults: - bundler_args: "" - secure: "" - branches: - - release + unmanaged: true + +appveyor.yml: + delete: true Gemfile: - required: - ':system_tests': - - gem: 'puppet-module-posix-system-r#{minor_version}' - platforms: ruby - - gem: 'puppet-module-win-system-r#{minor_version}' - platforms: - - mswin - - mingw - - x64_mingw optional: ':development': - gem: 'github_changelog_generator' @@ -27,19 +28,10 @@ Gemfile: condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')" - gem: puppet-lint-i18n -.rubocop.yml: - default_configs: - inherit_from: .rubocop_todo.yml - require: - - rubocop-i18n - - rubocop-rspec - Rakefile: requires: - puppet_pot_generator/rake_tasks -appveyor.yml: - delete: true - -.gitlab-ci.yml: - unmanaged: true +spec/spec_helper.rb: + mock_with: ':rspec' + coverage_report: true