X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=.sync.yml;h=07742d2aa2d81ab70478e239f054ad62bfc6f0eb;hb=9c4f71d900b65c17bd545820d3d3b16f0af703f8;hp=dd596277d31bc7a8364c03475e78bb6d52347b20;hpb=bd3b3fbe990bfa824ebed3504c0c82175d7c7ec9;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/.sync.yml b/.sync.yml index dd59627..07742d2 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,14 +1,43 @@ --- +".gitlab-ci.yml": + delete: true appveyor.yml: delete: true -# override default cells to replace centos-7 with debian-8 -.travis.yml: - docker_sets: - - set: docker/ubuntu-14.04 - - set: docker/debian-8 - -NOTICE: - unmanaged: true +Gemfile: + optional: + ":development": + - gem: github_changelog_generator +Rakefile: + changelog_max_issues: 500 spec/spec_helper.rb: - allow_deprecations: true + 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