ThunderKey-rubocop 0.0.23 → 0.0.24
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/rubocop.yml +5 -5
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2582341348727e73bad48adfab59da7e35676708e55ad460aa7fb7aa6d5209bf
|
4
|
+
data.tar.gz: b0cbbf02c2f98316544a0f5b38262ec5a7952494fc0eef54001e2523955b53c2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95ce79afec44e681d6efc4c6cfd273fe37c06168b5f1682e013478feede6b9551221e8044ace1a081e56126d8787771f0e20ebf91a24b9ab8e055965fee2c728
|
7
|
+
data.tar.gz: e1c79dd6e6dd74dd5d18e6f9d7410c9e8ce04fb9de96cb83bf3c45d105c2aaa761f92e53b019064ef3b8c1a0a00ae2b07570d4d496f152d2ee7ef65a38d0eb1e
|
data/rubocop.yml
CHANGED
@@ -71,7 +71,7 @@ Style/BarePercentLiterals:
|
|
71
71
|
Layout/SpaceInsideHashLiteralBraces:
|
72
72
|
EnforcedStyle: no_space
|
73
73
|
|
74
|
-
Layout/
|
74
|
+
Layout/FirstArrayElementIndentation:
|
75
75
|
EnforcedStyle: consistent
|
76
76
|
|
77
77
|
# Trailing Commas
|
@@ -91,9 +91,9 @@ Layout/BlockAlignment:
|
|
91
91
|
EnforcedStyleAlignWith: start_of_block
|
92
92
|
Layout/EndAlignment:
|
93
93
|
EnforcedStyleAlignWith: start_of_line
|
94
|
-
Layout/
|
94
|
+
Layout/ParameterAlignment:
|
95
95
|
EnforcedStyle: with_fixed_indentation
|
96
|
-
Layout/
|
96
|
+
Layout/ArgumentAlignment:
|
97
97
|
EnforcedStyle: with_fixed_indentation
|
98
98
|
Layout/MultilineMethodCallIndentation:
|
99
99
|
EnforcedStyle: indented
|
@@ -131,11 +131,11 @@ Layout/ElseAlignment:
|
|
131
131
|
Enabled: false
|
132
132
|
Layout/ClosingHeredocIndentation:
|
133
133
|
Enabled: false
|
134
|
-
Layout/
|
134
|
+
Layout/HeredocIndentation:
|
135
135
|
Enabled: false
|
136
136
|
Lint/AssignmentInCondition:
|
137
137
|
Enabled: false
|
138
138
|
Lint/AmbiguousRegexpLiteral:
|
139
139
|
Enabled: false
|
140
|
-
Naming/
|
140
|
+
Naming/MethodParameterName:
|
141
141
|
Enabled: false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ThunderKey-rubocop
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.24
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Ganz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-23 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.
|
19
|
+
version: '0.78'
|
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.78'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rubocop-rspec
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
- !ruby/object:Gem::Version
|
109
109
|
version: '0'
|
110
110
|
requirements: []
|
111
|
-
rubygems_version: 3.0.
|
111
|
+
rubygems_version: 3.0.3
|
112
112
|
signing_key:
|
113
113
|
specification_version: 4
|
114
114
|
summary: rubocop configurations of ThunderKey
|