bookingsync-stylecheck 0.0.8 → 0.0.13

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 6c539661e9132a29026802785cae9e44badb1367
4
- data.tar.gz: 659411ea93b4d0ae261c6117f96ea9825b9d046f
2
+ SHA256:
3
+ metadata.gz: 0f218cf88dfa715ad512557e8e27970974a457c18f890e87718d8cb0b5c701cc
4
+ data.tar.gz: bb30a9320aa678fe5c72666d88a9723cafb65bfe2f99363232c3475a737ba2dc
5
5
  SHA512:
6
- metadata.gz: 61f2fe2d4b10412be3b4ab92d42972cb7c154a591e5526286f13a00e0f4d4a0ab9a459f008da3df6b3522cf5cda3daaa6acf603da149b76fedbbfab4b77f585b
7
- data.tar.gz: 3934fe9e9562a27c73d7831e8d5d9caead7a89f017c5a11b338625e8d27b782c948d3c3f1f66bbb3c223d3473464a4c9f51dcce0bd904466221daab35fbc8b8c
6
+ metadata.gz: 77f0d1b801eb1d3af80897d6285b4ca8cea4892566a222a849ab2a04f0bd88c35715ab99ae21fa876af4acab3991be9ada0dc43dc8231ffbe2abf175998de45b
7
+ data.tar.gz: 922263a4e8d5609d1afb900e6b40a0614ca047d13515b82887b8ccb371d97c51b50b2a5f44f760e7639b0279ff917764c3dbb9b96ae364e088738171fad2a170
@@ -10,30 +10,31 @@ AllCops:
10
10
  - "vendor/**/*"
11
11
  - "bin/**/*"
12
12
  - "log/**/*"
13
+ - "node_modules/**/*.js"
14
+ - "node_modules/**/*.spec"
13
15
 
14
- Style/AccessModifierIndentation:
16
+ Layout/AccessModifierIndentation:
15
17
  Enabled: true
16
18
 
17
- Style/AccessorMethodName:
19
+ Naming/AccessorMethodName:
18
20
  Enabled: true
19
21
 
20
22
  Style/Alias:
21
23
  Enabled: true
22
24
  EnforcedStyle: prefer_alias_method
23
25
 
24
- Style/AlignArray:
25
- Enabled: true
26
+ Layout/ArrayAlignment:
27
+ Enabled: false
26
28
 
27
- Style/AlignHash:
28
- EnforcedLastArgumentHashStyle: always_ignore
29
- Enabled: true
29
+ Layout/HashAlignment:
30
+ Enabled: false
30
31
 
31
- Style/AlignParameters:
32
+ Layout/ParameterAlignment:
32
33
  EnforcedStyle: with_fixed_indentation
33
34
  Enabled: true
34
35
 
35
36
  Style/AndOr:
36
- Enabled: true
37
+ Enabled: false
37
38
 
38
39
  Style/ArrayJoin:
39
40
  Enabled: true
@@ -41,7 +42,7 @@ Style/ArrayJoin:
41
42
  Style/AsciiComments:
42
43
  Enabled: true
43
44
 
44
- Style/AsciiIdentifiers:
45
+ Naming/AsciiIdentifiers:
45
46
  Enabled: true
46
47
 
47
48
  Style/Attr:
@@ -56,23 +57,19 @@ Style/BarePercentLiterals:
56
57
  Style/BlockComments:
57
58
  Enabled: true
58
59
 
59
- Style/BlockEndNewline:
60
- Enabled: true
61
-
62
- Style/BracesAroundHashParameters:
60
+ Layout/BlockEndNewline:
63
61
  Enabled: true
64
- EnforcedStyle: context_dependent
65
62
 
66
63
  Style/CaseEquality:
67
64
  Enabled: true
68
65
 
69
- Style/CaseIndentation:
66
+ Layout/CaseIndentation:
70
67
  Enabled: true
71
68
 
72
69
  Style/CharacterLiteral:
73
70
  Enabled: true
74
71
 
75
- Style/ClassAndModuleCamelCase:
72
+ Naming/ClassAndModuleCamelCase:
76
73
  Enabled: true
77
74
 
78
75
  Style/ClassCheck:
@@ -90,53 +87,52 @@ Style/ColonMethodCall:
90
87
  Style/CommentAnnotation:
91
88
  Enabled: true
92
89
 
93
- Style/CommentIndentation:
90
+ Layout/CommentIndentation:
94
91
  Enabled: true
95
92
 
96
93
  Style/DefWithParentheses:
97
94
  Enabled: true
98
95
 
99
- Style/DotPosition:
96
+ Layout/DotPosition:
100
97
  Enabled: true
101
98
 
102
- Style/ElseAlignment:
99
+ Layout/ElseAlignment:
103
100
  Enabled: true
104
101
 
105
102
  Style/EmptyElse:
106
103
  Enabled: true
107
104
 
108
- Style/EmptyLineBetweenDefs:
105
+ Layout/EmptyLineBetweenDefs:
109
106
  Enabled: true
110
107
 
111
- Style/EmptyLinesAroundBlockBody:
108
+ Layout/EmptyLinesAroundBlockBody:
112
109
  Enabled: true
113
110
 
114
- Style/EmptyLinesAroundClassBody:
111
+ Layout/EmptyLinesAroundClassBody:
115
112
  Enabled: true
116
113
 
117
- Style/EmptyLinesAroundModuleBody:
114
+ Layout/EmptyLinesAroundModuleBody:
118
115
  Enabled: true
119
116
 
120
- Style/EmptyLinesAroundMethodBody:
117
+ Layout/EmptyLinesAroundMethodBody:
121
118
  Enabled: true
122
119
 
123
120
  Style/Encoding:
124
- Enabled: true
125
- EnforcedStyle: never
121
+ Enabled: false
126
122
 
127
123
  Style/HashSyntax:
128
124
  Enabled: true
129
125
 
130
- Style/IndentationConsistency:
126
+ Layout/IndentationConsistency:
131
127
  Enabled: true
132
128
 
133
- Style/IndentationWidth:
129
+ Layout/IndentationWidth:
134
130
  Enabled: true
135
131
 
136
- Style/LeadingCommentSpace:
132
+ Layout/LeadingCommentSpace:
137
133
  Enabled: true
138
134
 
139
- Style/MethodCallParentheses:
135
+ Style/MethodCallWithoutArgsParentheses:
140
136
  Enabled: true
141
137
 
142
138
  Style/RedundantBegin:
@@ -154,40 +150,40 @@ Style/RedundantSelf:
154
150
  Style/SingleLineMethods:
155
151
  Enabled: true
156
152
 
157
- Style/SpaceAfterColon:
153
+ Layout/SpaceAfterColon:
158
154
  Enabled: true
159
155
 
160
- Style/SpaceAfterComma:
156
+ Layout/SpaceAfterComma:
161
157
  Enabled: true
162
158
 
163
- Style/SpaceAroundKeyword:
159
+ Layout/SpaceAroundKeyword:
164
160
  Enabled: true
165
161
 
166
- Style/SpaceAfterMethodName:
162
+ Layout/SpaceAfterMethodName:
167
163
  Enabled: true
168
164
 
169
- Style/SpaceAfterNot:
165
+ Layout/SpaceAfterNot:
170
166
  Enabled: true
171
167
 
172
- Style/SpaceAfterSemicolon:
168
+ Layout/SpaceAfterSemicolon:
173
169
  Enabled: true
174
170
 
175
- Style/SpaceInsideBlockBraces:
171
+ Layout/SpaceInsideBlockBraces:
176
172
  Enabled: true
177
173
 
178
- Style/SpaceAroundEqualsInParameterDefault:
174
+ Layout/SpaceAroundEqualsInParameterDefault:
179
175
  Enabled: true
180
176
 
181
- Style/SpaceAroundOperators:
177
+ Layout/SpaceAroundOperators:
182
178
  Enabled: true
183
179
 
184
- Style/SpaceInsideBrackets:
180
+ Layout/SpaceInsideArrayLiteralBrackets:
185
181
  Enabled: true
186
182
 
187
- Style/SpaceInsideHashLiteralBraces:
183
+ Layout/SpaceInsideHashLiteralBraces:
188
184
  Enabled: true
189
185
 
190
- Style/SpaceInsideParens:
186
+ Layout/SpaceInsideParens:
191
187
  Enabled: true
192
188
 
193
189
  Style/StringLiterals:
@@ -195,18 +191,27 @@ Style/StringLiterals:
195
191
  ConsistentQuotesInMultiline: true
196
192
  Enabled: true
197
193
 
198
- Style/Tab:
194
+ Layout/IndentationStyle:
199
195
  Enabled: true
200
196
 
201
- Style/TrailingBlankLines:
197
+ Layout/TrailingEmptyLines:
202
198
  Enabled: true
203
199
 
204
200
  Style/TrailingCommaInArguments:
205
201
  Enabled: true
206
202
 
207
- Style/TrailingWhitespace:
203
+ Layout/TrailingWhitespace:
204
+ Enabled: true
205
+
206
+ Layout/EndAlignment:
207
+ EnforcedStyleAlignWith: variable
208
208
  Enabled: true
209
209
 
210
- Lint/EndAlignment:
211
- AlignWith: variable
210
+ Lint/UselessAssignment:
212
211
  Enabled: true
212
+
213
+ Style/SingleLineBlockParams:
214
+ Enabled: false
215
+
216
+ Style/SymbolArray:
217
+ Enabled: false
@@ -0,0 +1,5 @@
1
+ module BookingSync
2
+ module Stylecheck
3
+ VERSION = "0.0.13"
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.8
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Piotr Marciniak
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-03 00:00:00.000000000 Z
11
+ date: 2020-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 0.46.0
19
+ version: 0.92.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.46.0
26
+ version: 0.92.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Wraps rubocop for simple and consisten experience
41
+ description: Wraps rubocop for simple and consistent experience
42
42
  email: mandaryyyn@gmail.com
43
43
  executables: []
44
44
  extensions: []
@@ -50,12 +50,13 @@ 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
- homepage: http://gihub.com/BookingSync/bookingsync-stylecheck
55
+ homepage: https://gihub.com/BookingSync/bookingsync-stylecheck
55
56
  licenses:
56
57
  - MIT
57
58
  metadata: {}
58
- post_install_message:
59
+ post_install_message:
59
60
  rdoc_options: []
60
61
  require_paths:
61
62
  - lib
@@ -70,9 +71,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
71
  - !ruby/object:Gem::Version
71
72
  version: '0'
72
73
  requirements: []
73
- rubyforge_project:
74
- rubygems_version: 2.6.8
75
- signing_key:
74
+ rubygems_version: 3.1.2
75
+ signing_key:
76
76
  specification_version: 4
77
- summary: Automatic style check for bookingsync projects
77
+ summary: Automatic style check for BookingSync projects
78
78
  test_files: []