bookingsync-stylecheck 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6473a238400cbcf8f9c76e956dfc017de6fb2ea0
4
- data.tar.gz: 666a9700472a3083c8696d145edc2725f6e63bc2
3
+ metadata.gz: 2e406b26597c327ede4c876eee68eeb2b842cf0e
4
+ data.tar.gz: f466be2016e6a326db2547fc9e9e77e239f6cc7e
5
5
  SHA512:
6
- metadata.gz: 7994b8a0765e2621caac6e43d412f65fb1f46eee27bf3ed26ab01563a8feb6b2421288b779077c8987f470557327a9b5413ff31036de284c2ea1f52154789ba2
7
- data.tar.gz: 5d81a3b790483e85d8621c72474a93a37cce17bd2b85dacd4304e9d71458c655bd5c7349496f83a88302c0d3150a3d816823199b1736064eec78e09843de2e3e
6
+ metadata.gz: 355b9afdc2b6c3a3a0665c52b017c9312e74d3a770676b29d7678d5a2d3a8b65e6c6f99b29b3666ef2c35d1e4ecea7bcac152672b9cb8df28535a2428cd6afb7
7
+ data.tar.gz: 792b923abace79a16eb4d586ca7405be41ddd0262b9f880cfbf14efaa4e2f15d345e64de8a2516152a3477d7e22d96f36a1f30822fb4d27a3391af60f74fb6d7
data/config/rubocop.yml CHANGED
@@ -11,7 +11,7 @@ AllCops:
11
11
  - "bin/**/*"
12
12
  - "log/**/*"
13
13
 
14
- Style/AccessModifierIndentation:
14
+ Layout/AccessModifierIndentation:
15
15
  Enabled: true
16
16
 
17
17
  Style/AccessorMethodName:
@@ -21,14 +21,13 @@ Style/Alias:
21
21
  Enabled: true
22
22
  EnforcedStyle: prefer_alias_method
23
23
 
24
- Style/AlignArray:
24
+ Layout/AlignArray:
25
25
  Enabled: true
26
26
 
27
- Style/AlignHash:
28
- EnforcedLastArgumentHashStyle: always_ignore
29
- Enabled: true
27
+ Layout/AlignHash:
28
+ Enabled: false
30
29
 
31
- Style/AlignParameters:
30
+ Layout/AlignParameters:
32
31
  EnforcedStyle: with_fixed_indentation
33
32
  Enabled: true
34
33
 
@@ -56,7 +55,7 @@ Style/BarePercentLiterals:
56
55
  Style/BlockComments:
57
56
  Enabled: true
58
57
 
59
- Style/BlockEndNewline:
58
+ Layout/BlockEndNewline:
60
59
  Enabled: true
61
60
 
62
61
  Style/BracesAroundHashParameters:
@@ -66,7 +65,7 @@ Style/BracesAroundHashParameters:
66
65
  Style/CaseEquality:
67
66
  Enabled: true
68
67
 
69
- Style/CaseIndentation:
68
+ Layout/CaseIndentation:
70
69
  Enabled: true
71
70
 
72
71
  Style/CharacterLiteral:
@@ -90,34 +89,34 @@ Style/ColonMethodCall:
90
89
  Style/CommentAnnotation:
91
90
  Enabled: true
92
91
 
93
- Style/CommentIndentation:
92
+ Layout/CommentIndentation:
94
93
  Enabled: true
95
94
 
96
95
  Style/DefWithParentheses:
97
96
  Enabled: true
98
97
 
99
- Style/DotPosition:
98
+ Layout/DotPosition:
100
99
  Enabled: true
101
100
 
102
- Style/ElseAlignment:
101
+ Layout/ElseAlignment:
103
102
  Enabled: true
104
103
 
105
104
  Style/EmptyElse:
106
105
  Enabled: true
107
106
 
108
- Style/EmptyLineBetweenDefs:
107
+ Layout/EmptyLineBetweenDefs:
109
108
  Enabled: true
110
109
 
111
- Style/EmptyLinesAroundBlockBody:
110
+ Layout/EmptyLinesAroundBlockBody:
112
111
  Enabled: true
113
112
 
114
- Style/EmptyLinesAroundClassBody:
113
+ Layout/EmptyLinesAroundClassBody:
115
114
  Enabled: true
116
115
 
117
- Style/EmptyLinesAroundModuleBody:
116
+ Layout/EmptyLinesAroundModuleBody:
118
117
  Enabled: true
119
118
 
120
- Style/EmptyLinesAroundMethodBody:
119
+ Layout/EmptyLinesAroundMethodBody:
121
120
  Enabled: true
122
121
 
123
122
  Style/Encoding:
@@ -127,13 +126,13 @@ Style/Encoding:
127
126
  Style/HashSyntax:
128
127
  Enabled: true
129
128
 
130
- Style/IndentationConsistency:
129
+ Layout/IndentationConsistency:
131
130
  Enabled: true
132
131
 
133
- Style/IndentationWidth:
132
+ Layout/IndentationWidth:
134
133
  Enabled: true
135
134
 
136
- Style/LeadingCommentSpace:
135
+ Layout/LeadingCommentSpace:
137
136
  Enabled: true
138
137
 
139
138
  Style/MethodCallWithoutArgsParentheses:
@@ -154,40 +153,40 @@ Style/RedundantSelf:
154
153
  Style/SingleLineMethods:
155
154
  Enabled: true
156
155
 
157
- Style/SpaceAfterColon:
156
+ Layout/SpaceAfterColon:
158
157
  Enabled: true
159
158
 
160
- Style/SpaceAfterComma:
159
+ Layout/SpaceAfterComma:
161
160
  Enabled: true
162
161
 
163
- Style/SpaceAroundKeyword:
162
+ Layout/SpaceAroundKeyword:
164
163
  Enabled: true
165
164
 
166
- Style/SpaceAfterMethodName:
165
+ Layout/SpaceAfterMethodName:
167
166
  Enabled: true
168
167
 
169
- Style/SpaceAfterNot:
168
+ Layout/SpaceAfterNot:
170
169
  Enabled: true
171
170
 
172
- Style/SpaceAfterSemicolon:
171
+ Layout/SpaceAfterSemicolon:
173
172
  Enabled: true
174
173
 
175
- Style/SpaceInsideBlockBraces:
174
+ Layout/SpaceInsideBlockBraces:
176
175
  Enabled: true
177
176
 
178
- Style/SpaceAroundEqualsInParameterDefault:
177
+ Layout/SpaceAroundEqualsInParameterDefault:
179
178
  Enabled: true
180
179
 
181
- Style/SpaceAroundOperators:
180
+ Layout/SpaceAroundOperators:
182
181
  Enabled: true
183
182
 
184
- Style/SpaceInsideBrackets:
183
+ Layout/SpaceInsideBrackets:
185
184
  Enabled: true
186
185
 
187
- Style/SpaceInsideHashLiteralBraces:
186
+ Layout/SpaceInsideHashLiteralBraces:
188
187
  Enabled: true
189
188
 
190
- Style/SpaceInsideParens:
189
+ Layout/SpaceInsideParens:
191
190
  Enabled: true
192
191
 
193
192
  Style/StringLiterals:
@@ -195,10 +194,10 @@ Style/StringLiterals:
195
194
  ConsistentQuotesInMultiline: true
196
195
  Enabled: true
197
196
 
198
- Style/Tab:
197
+ Layout/Tab:
199
198
  Enabled: true
200
199
 
201
- Style/TrailingBlankLines:
200
+ Layout/TrailingBlankLines:
202
201
  Enabled: true
203
202
 
204
203
  Style/TrailingCommaInArguments:
@@ -210,9 +209,12 @@ Layout/TrailingWhitespace:
210
209
  Lint/EndAlignment:
211
210
  EnforcedStyleAlignWith: variable
212
211
  Enabled: true
212
+
213
+ Lint/UselessAssignment:
214
+ Enabled: true
213
215
 
214
216
  Style/SingleLineBlockParams:
215
- Enabled: true
217
+ Enabled: false
216
218
 
217
219
  Style/SymbolArray:
218
220
  Enabled: false
@@ -0,0 +1,5 @@
1
+ module BookingSync
2
+ module Stylecheck
3
+ VERSION = "0.0.11"
4
+ end
5
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookingsync-stylecheck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Marciniak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-19 00:00:00.000000000 Z
11
+ date: 2017-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -50,6 +50,7 @@ files:
50
50
  - lib/bookingsync/stylecheck.rb
51
51
  - lib/bookingsync/stylecheck/railtie.rb
52
52
  - lib/bookingsync/stylecheck/rubocop_helpers.rb
53
+ - lib/bookingsync/stylecheck/version.rb
53
54
  - lib/bookingsync/tasks/stylecheck.rake
54
55
  homepage: https://gihub.com/BookingSync/bookingsync-stylecheck
55
56
  licenses:
@@ -76,4 +77,3 @@ signing_key:
76
77
  specification_version: 4
77
78
  summary: Automatic style check for BookingSync projects
78
79
  test_files: []
79
- has_rdoc: