codeclimate 0.85.10 → 0.85.15
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/engines.yml +7 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a79c9b93c5e9fa3b77d5561dfdff2aa646eb5d4468ea75f349f6d9bd3147cf96
|
4
|
+
data.tar.gz: e2e0b67432d4fabf78e6ede0adedcd6dcaf54c3501db7f39c168f32b9ef3247b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df0bb5a7367bae62e30a604d488f12ef0392e62d002d5aae363ecec5781b0ad88948311c20554e78787d1d13a389a346a44537a77edba9b7a8acfc64b8b6d463
|
7
|
+
data.tar.gz: 0a5c7049c2a29cb2e2f9508c2ace48b5dd3e6b189119ad213d044ddc99ee8cc3759c364994ad208be4d6fb8ad3772259409bd4bb7338f73b2e94a77d203b39f5
|
data/config/engines.yml
CHANGED
@@ -71,6 +71,7 @@ eslint:
|
|
71
71
|
eslint-4: codeclimate/codeclimate-eslint:eslint-4
|
72
72
|
eslint-5: codeclimate/codeclimate-eslint:eslint-5
|
73
73
|
eslint-6: codeclimate/codeclimate-eslint:eslint-6
|
74
|
+
eslint-7: codeclimate/codeclimate-eslint:eslint-7
|
74
75
|
description: A JavaScript/JSX linting utility.
|
75
76
|
flog:
|
76
77
|
channels:
|
@@ -173,6 +174,7 @@ radon:
|
|
173
174
|
reek:
|
174
175
|
channels:
|
175
176
|
stable: codeclimate/codeclimate-reek
|
177
|
+
beta: codeclimate/codeclimate-reek:beta
|
176
178
|
description: >
|
177
179
|
Reek examines Ruby classes, modules, and methods and reports any code
|
178
180
|
smells it finds.
|
@@ -221,6 +223,11 @@ rubocop:
|
|
221
223
|
rubocop-0-81: codeclimate/codeclimate-rubocop:rubocop-0-81
|
222
224
|
rubocop-0-82: codeclimate/codeclimate-rubocop:rubocop-0-82
|
223
225
|
rubocop-0-83: codeclimate/codeclimate-rubocop:rubocop-0-83
|
226
|
+
rubocop-0-84: codeclimate/codeclimate-rubocop:rubocop-0-84
|
227
|
+
rubocop-0-85: codeclimate/codeclimate-rubocop:rubocop-0-85
|
228
|
+
rubocop-0-86: codeclimate/codeclimate-rubocop:rubocop-0-86
|
229
|
+
rubocop-0-87: codeclimate/codeclimate-rubocop:rubocop-0-87
|
230
|
+
rubocop-0-88: codeclimate/codeclimate-rubocop:rubocop-0-88
|
224
231
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
225
232
|
rubymotion:
|
226
233
|
channels:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: codeclimate
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.85.
|
4
|
+
version: 0.85.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code Climate
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|