X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.sync.yml;h=1e4bce19e30cb4e663d7590a36c94f0e25df594a;hb=44f8af71695bc2be27aedcf742b99d29c144eb71;hp=d4c7b223b1a36319e1423623cabcaf2ed9f9403d;hpb=102acf538ab6c84afbaf8086530f5fd2cd47cc0a;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index d4c7b22..1e4bce1 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,4 +1,18 @@ --- +.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 @@ -9,6 +23,9 @@ branches: - release +appveyor.yml: + delete: true + Gemfile: required: ':system_tests': @@ -25,9 +42,12 @@ Gemfile: git: 'https://github.com/skywinder/github-changelog-generator' ref: '20ee04ba1234e9e83eb2ffb5056e23d641c7a018' condition: "Gem::Version.new(RUBY_VERSION.dup) >= Gem::Version.new('2.2.2')" + - gem: puppet-lint-i18n -appveyor.yml: - delete: true +Rakefile: + requires: + - puppet_pot_generator/rake_tasks -.gitlab-ci.yml: - unmanaged: true +spec/spec_helper.rb: + mock_with: ':rspec' + coverage_report: true