-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy path.sync.yml
124 lines (120 loc) · 3.46 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
.rubocop.yml:
profiles:
strict:
configs:
AllCops:
TargetRubyVersion: '2.2'
Lint/ScriptPermission:
Enabled: false
Style/NestedTernaryOperator:
Enabled: false
Layout/EmptyLines:
Enabled: false
Layout/EmptyLineBetweenDefs:
Enabled: false
Metrics/LineLength:
Enabled: false
Lint/UnusedBlockArgument:
Enabled: false
Style/Semicolon:
Enabled: false
Style/MultilineIfModifier:
Enabled: false
Style/EachWithObject:
Enabled: false
Style/BlockDelimiters:
Description: Prefer braces for chaining. Mostly an aesthetical choice. Better to
be consistent then.
EnforcedStyle: semantic
Exclude:
- lib/puppet/provider/**/*
- lib/puppet/type/*
Style/StringLiterals:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
- lib/puppet/type/azure*
Style/HashSyntax:
UseHashRocketsWithSymbolValues: true
Exclude:
- autogen_provider.rb
- lib/puppet/provider/**/azure*
- lib/puppet/type/azure*
Style/RedundantReturn:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
- lib/puppet/type/azure*
Style/RedundantSelf:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
- lib/puppet/type/azure*
Style/NegatedIf:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
- lib/puppet/type/azure*
Style/GuardClause:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
- lib/puppet/type/azure*
Style/CollectionMethods:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
- lib/puppet/type/azure*
Style/ClassCheck:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
Style/AndOr:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
Style/MethodCalledOnDoEndBlock:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
Style/IfInsideElse:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
Layout/EmptyLines:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
Layout/EmptyLineBetweenDefs:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
Layout/SpaceInsideHashLiteralBraces:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
Lint/UnusedMethodArgument:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
- lib/puppet/type/azure*
Lint/RescueException:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
- lib/puppet/type/azure*
Lint/UnusedBlockArgument:
Enabled: true
Exclude:
- lib/puppet/provider/**/azure*
- lib/puppet/type/azure*
GetText/DecorateString: ---
Style/TrailingCommaInArguments: ---
Style/TrailingCommaInLiteral: ---
.gitlab-ci.yml:
delete: true
appveyor.yml:
delete: true
.travis.yml:
delete: true