-
Notifications
You must be signed in to change notification settings - Fork 1
/
.sync.yml
99 lines (96 loc) · 1.91 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
.fixtures.yml:
fixtures:
repositories:
easy_type:
repo: '[email protected]:enterprisemodules/easy_type.git'
scm: git
branch: master
forge_modules:
stdlib:
repo: 'puppetlabs/stdlib'
archive:
repo: 'puppet-archive'
ref: '>= 2.0.0'
sleep:
repo: 'fiddyspence-sleep'
ref: '>= 1.2.0'
wls_config:
repo: 'enterprisemodules-wls_config'
ref: '>= 3.0.20'
# This part of .sync.yml file which overrides overcommit.yml
# Exact stucture of file
.overcommit.yml:
CommitMsg:
CapitalizedSubject:
enabled: false
EmptyMessage:
enabled: false
TrailingPeriod:
enabled: true
TextWidth:
enabled: false
PreCommit:
ALL:
on_warn: fail
AuthorEmail:
enabled: true
AuthorName:
enabled: true
MergeConflicts:
enabled: true
PuppetLint:
flags: ['--relative']
enabled: true
YamlSyntax:
enabled: true
BundleCheck:
enabled: true
RuboCop:
enabled: false
Fasterer:
enabled: true
BundleAudit:
enabled: true
Brakeman:
enabled: true
PrePush:
RakeTarget:
enabled: true
description: Run RSpec tests
targets:
- 'spec'
.pdkignore:
required:
- '.overcommit.yml'
- '.pdkignore'
- '.pmtignore'
- '.project'
- '.puppet-lint.rc'
- '.sync.yml'
- 'documentation\'
.travis.yml:
unmanaged: true
.vscode/extensions.json:
unmanaged: true
.yardopts:
unmanaged: true
appveyor.yml:
unmanaged: true
data/common.yaml:
unmanaged: true
Rakefile:
unmanaged: true
spec/spec_helper.rb:
unmanaged: true
spec/default_facts.yml:
iib_versions: ~
mq_version: ~
mq_installed_components: []
.rubocop.yml:
unmanaged: true
.puppet-lint.rc:
required:
- '--fail-on-warnings'
- '--no-140chars-check'
- '--no-quoted_booleans'
- '--no-variable_is_lowercase'