-
Notifications
You must be signed in to change notification settings - Fork 9
/
.sync.yml
60 lines (52 loc) · 1.17 KB
/
.sync.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
.rubocop.yml:
selected_profile: strict
default_configs: &default_configs
AllCops:
DisplayCopNames: true
TargetRubyVersion: '2.1'
Include:
- "./**/*.rb"
Exclude:
- Vagrantfile
Style/UnneededPercentQ:
Enabled: false
.gitlab-ci.yml:
delete: true
.rubocop_todo.yml:
delete: true
.travis.yml:
bundler_args: ""
docker_sets:
- set: docker/ubuntu-18.04
- set: docker/ubuntu-16.04
- set: docker/ubuntu-14.04
- set: docker/debian-10
- set: docker/debian-9
- set: docker/debian-8
- set: docker/centos-8
- set: docker/centos-7
docker_defaults:
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
spec/spec.opts:
delete: true
spec/spec_helper_local.rb:
delete: true
.project:
delete: true
locales/config.yaml:
copyright_holder: 'Rehan Mahmood'
comments_tag: 'TRANSLATOR'
bugs_address: 'https://github.com/rehanone'
default_locale: 'en'
source_files:
- './lib/**/*.rb'