X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.sync.yml;h=07742d2aa2d81ab70478e239f054ad62bfc6f0eb;hb=1ca2a1cf1da066d1c284a0c00accc2d31d56b7a3;hp=efaa46761fb723202bde3a38a19f7c2ee272adcc;hpb=76beb1352845d710fa8fcfcf9569ea884c701e25;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index efaa467..07742d2 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,49 +1,43 @@ --- -.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 - +".gitlab-ci.yml": + delete: 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' - 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 - + ":development": + - gem: github_changelog_generator Rakefile: - requires: - - puppet_pot_generator/rake_tasks - + changelog_max_issues: 500 spec/spec_helper.rb: - mock_with: ':rspec' + mock_with: ":rspec" coverage_report: true +.gitpod.Dockerfile: + unmanaged: false +.gitpod.yml: + unmanaged: false +.github/workflows/pr_test.yml: + unmanaged: false +.github/workflows/nightly.yml: + unmanaged: false +.github/workflows/spec.yml: + checks: 'syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop' + unmanaged: false +.github/workflows/release.yml: + unmanaged: false +.github/workflows/auto_release.yml: + unmanaged: false +.travis.yml: + delete: true +changelog_since_tag: '5.0.1' +Rakefile: + extra_disabled_lint_checks: + - top_scope_facts + - topscope_variable + - relative_classname_inclusion + - parameter_documentation + - anchor_resource + - strict_indent + - unquoted_string_in_case + - optional_default