codeclimate 0.85.17 → 0.85.18
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 +6 -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: efd813ac1adcc71dc19527140f7b3eea9f4ce214aecd0744c20525cbcb27c1c0
|
4
|
+
data.tar.gz: 416a9c524f94e3c8a3c8bb4ada06e29483a3f9397e274fa09b72def9a4cc4996
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68c1e053d3d5fa4a0aafeb412d7e2fc30163262d6efc34c2dd4959f4851aa5fc61914d7b6c5705cb6d8fdb957cf38cc0feb6ffeb7f4fc63808ae05857cf1ce0f
|
7
|
+
data.tar.gz: 8bfda7a1a87abf35118dbae0e38cfaaa1615806521669fb286abfdcd5cdf6af6f46ac759674241568a1e95faa11bed1d9c7757fc3de67a59ac96af6b60ed5165
|
data/config/engines.yml
CHANGED
@@ -232,6 +232,7 @@ rubocop:
|
|
232
232
|
rubocop-0-88: codeclimate/codeclimate-rubocop:rubocop-0-88
|
233
233
|
rubocop-0-89: codeclimate/codeclimate-rubocop:rubocop-0-89
|
234
234
|
rubocop-0-90: codeclimate/codeclimate-rubocop:rubocop-0-90
|
235
|
+
rubocop-0-92: codeclimate/codeclimate-rubocop:rubocop-0-92
|
235
236
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
236
237
|
rubymotion:
|
237
238
|
channels:
|
@@ -272,6 +273,11 @@ sonar-python:
|
|
272
273
|
stable: codeclimate/codeclimate-sonar-python
|
273
274
|
description: SonarLint for Python.
|
274
275
|
minimum_memory_limit: 2_048_000_000
|
276
|
+
standard:
|
277
|
+
channels:
|
278
|
+
stable: codeclimate/codeclimate-standard
|
279
|
+
beta: codeclimate/codeclimate-standard
|
280
|
+
description: Standard static analysis tool.
|
275
281
|
structure:
|
276
282
|
channels:
|
277
283
|
stable: codeclimate/codeclimate-structure
|
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.18
|
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-10-
|
11
|
+
date: 2020-10-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|