ThunderKey-rubocop 0.0.29 → 0.0.30
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 +16 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0b35f9a45f519368812a0e0756204f9d971fb71aec20532310581ec0aa354ba
|
4
|
+
data.tar.gz: 7e3c4b71228d7957e622332fbb8c0e00cdbe017018ffc59f94d524b30ba9c17e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1b129e48bdee7ebfaeebb051c73d0bae9537071414882f5c7d025d42ac38577dd6a0b90b353e20d9bcbc372d6c90ba73c58516acf6c244be2dd67d703b9117e4
|
7
|
+
data.tar.gz: d786a140df2e1d81d768ff92988e45516bac07c6709ff80e26cb27ac6e16162dd59acd4a195079c2d388e1b3def1f964071c54d1bb3a7f69f4fd563a7f462603
|
data/rubocop.yml
CHANGED
@@ -131,6 +131,22 @@ Lint/RaiseException:
|
|
131
131
|
Enabled: true
|
132
132
|
Lint/StructNewOverride:
|
133
133
|
Enabled: true
|
134
|
+
Performance/AncestorsInclude:
|
135
|
+
Enabled: true
|
136
|
+
Performance/BigDecimalWithNumericArgument:
|
137
|
+
Enabled: true
|
138
|
+
Performance/RedundantSortBlock:
|
139
|
+
Enabled: true
|
140
|
+
Performance/RedundantStringChars:
|
141
|
+
Enabled: true
|
142
|
+
Performance/ReverseFirst:
|
143
|
+
Enabled: true
|
144
|
+
Performance/SortReverse:
|
145
|
+
Enabled: true
|
146
|
+
Performance/Squeeze:
|
147
|
+
Enabled: true
|
148
|
+
Performance/StringInclude:
|
149
|
+
Enabled: true
|
134
150
|
|
135
151
|
# Disabled
|
136
152
|
|
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.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nicolas Ganz
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -130,7 +130,7 @@ dependencies:
|
|
130
130
|
- - "<"
|
131
131
|
- !ruby/object:Gem::Version
|
132
132
|
version: '3'
|
133
|
-
description:
|
133
|
+
description:
|
134
134
|
email:
|
135
135
|
- nicolas@keltec.ch
|
136
136
|
executables: []
|
@@ -143,7 +143,7 @@ homepage: https://gitlab.com/ThunderKey/rubocop
|
|
143
143
|
licenses:
|
144
144
|
- MIT
|
145
145
|
metadata: {}
|
146
|
-
post_install_message:
|
146
|
+
post_install_message:
|
147
147
|
rdoc_options: []
|
148
148
|
require_paths:
|
149
149
|
- lib
|
@@ -158,8 +158,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
158
158
|
- !ruby/object:Gem::Version
|
159
159
|
version: '0'
|
160
160
|
requirements: []
|
161
|
-
rubygems_version: 3.1.
|
162
|
-
signing_key:
|
161
|
+
rubygems_version: 3.1.4
|
162
|
+
signing_key:
|
163
163
|
specification_version: 4
|
164
164
|
summary: rubocop configurations of ThunderKey
|
165
165
|
test_files: []
|