bookingsync-stylecheck 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/config/rubocop.yml +19 -22
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4759f2fd940bf7524ed75ff2c742070bb1f0ae50
|
|
4
|
+
data.tar.gz: 0cc100cf7e05e83cb969ba3e2bde067da68abbdd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 674bb66d90974bf2042b6c70935f174d10f4709f6aff6f98927b85fa5ab96190aeea9c22e0f761ccc432713fa61f4a6f6a9e46a5717d7461024c1980505de3fd
|
|
7
|
+
data.tar.gz: 2e1d2f21d53f6f43280e6acac1fcc992ac162c95b32b026cab30bd0880485f0940c8d0d35519726bfdb8a04a5b5d3ac48b070e53ae44ccf3294cec63a2a198a7
|
data/config/rubocop.yml
CHANGED
|
@@ -29,7 +29,7 @@ Style/AlignParameters:
|
|
|
29
29
|
Enabled: false
|
|
30
30
|
|
|
31
31
|
Style/AndOr:
|
|
32
|
-
Enabled:
|
|
32
|
+
Enabled: true
|
|
33
33
|
|
|
34
34
|
Style/ArrayJoin:
|
|
35
35
|
Enabled: false
|
|
@@ -63,7 +63,7 @@ Style/CaseEquality:
|
|
|
63
63
|
Enabled: false
|
|
64
64
|
|
|
65
65
|
Style/CaseIndentation:
|
|
66
|
-
Enabled:
|
|
66
|
+
Enabled: true
|
|
67
67
|
|
|
68
68
|
Style/CharacterLiteral:
|
|
69
69
|
Enabled: false
|
|
@@ -87,7 +87,7 @@ Style/ColonMethodCall:
|
|
|
87
87
|
Enabled: false
|
|
88
88
|
|
|
89
89
|
Style/CommentAnnotation:
|
|
90
|
-
Enabled:
|
|
90
|
+
Enabled: true
|
|
91
91
|
|
|
92
92
|
Style/CommentIndentation:
|
|
93
93
|
Enabled: false
|
|
@@ -98,14 +98,11 @@ Style/ConstantName:
|
|
|
98
98
|
Style/DefWithParentheses:
|
|
99
99
|
Enabled: false
|
|
100
100
|
|
|
101
|
-
Style/DeprecatedHashMethods:
|
|
102
|
-
Enabled: false
|
|
103
|
-
|
|
104
101
|
Style/Documentation:
|
|
105
102
|
Enabled: false
|
|
106
103
|
|
|
107
104
|
Style/DotPosition:
|
|
108
|
-
Enabled:
|
|
105
|
+
Enabled: true
|
|
109
106
|
|
|
110
107
|
Style/DoubleNegation:
|
|
111
108
|
Enabled: false
|
|
@@ -117,32 +114,30 @@ Style/ElseAlignment:
|
|
|
117
114
|
Enabled: false
|
|
118
115
|
|
|
119
116
|
Style/EmptyElse:
|
|
120
|
-
Enabled:
|
|
117
|
+
Enabled: true
|
|
121
118
|
|
|
122
119
|
Style/EmptyLineBetweenDefs:
|
|
123
|
-
Enabled:
|
|
124
|
-
|
|
125
|
-
Style/EmptyLines:
|
|
126
|
-
Enabled: false
|
|
127
|
-
|
|
128
|
-
Style/EmptyLinesAroundAccessModifier:
|
|
129
|
-
Enabled: false
|
|
120
|
+
Enabled: true
|
|
130
121
|
|
|
131
122
|
Style/EmptyLinesAroundBlockBody:
|
|
132
|
-
Enabled:
|
|
123
|
+
Enabled: true
|
|
133
124
|
|
|
134
125
|
Style/EmptyLinesAroundClassBody:
|
|
135
|
-
Enabled:
|
|
126
|
+
Enabled: true
|
|
136
127
|
|
|
137
128
|
Style/EmptyLinesAroundModuleBody:
|
|
138
|
-
Enabled:
|
|
129
|
+
Enabled: true
|
|
139
130
|
|
|
140
131
|
Style/EmptyLinesAroundMethodBody:
|
|
141
|
-
Enabled:
|
|
132
|
+
Enabled: true
|
|
142
133
|
|
|
143
134
|
Style/EmptyLiteral:
|
|
144
135
|
Enabled: false
|
|
145
136
|
|
|
137
|
+
Style/Encoding:
|
|
138
|
+
Enabled: true
|
|
139
|
+
EnforcedStyle: never
|
|
140
|
+
|
|
146
141
|
Style/EndBlock:
|
|
147
142
|
Enabled: false
|
|
148
143
|
|
|
@@ -180,10 +175,10 @@ Style/IfWithSemicolon:
|
|
|
180
175
|
Enabled: false
|
|
181
176
|
|
|
182
177
|
Style/IndentationConsistency:
|
|
183
|
-
Enabled:
|
|
178
|
+
Enabled: true
|
|
184
179
|
|
|
185
180
|
Style/IndentationWidth:
|
|
186
|
-
Enabled:
|
|
181
|
+
Enabled: true
|
|
187
182
|
|
|
188
183
|
Style/IndentArray:
|
|
189
184
|
Enabled: false
|
|
@@ -375,7 +370,9 @@ Style/SpecialGlobalVars:
|
|
|
375
370
|
Enabled: false
|
|
376
371
|
|
|
377
372
|
Style/StringLiterals:
|
|
378
|
-
|
|
373
|
+
EnforcedStyle: double_quotes
|
|
374
|
+
ConsistentQuotesInMultiline: true
|
|
375
|
+
Enabled: true
|
|
379
376
|
|
|
380
377
|
Style/StringLiteralsInInterpolation:
|
|
381
378
|
Enabled: false
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bookingsync-stylecheck
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Piotr Marciniak
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.
|
|
19
|
+
version: 0.41.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 0.
|
|
26
|
+
version: 0.41.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: railties
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|