codeclimate 0.85.8 → 0.85.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 +4 -4
- data/bin/release +3 -0
- data/config/engines.yml +12 -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: 8781b39cbf11f4b96d502ce8ca2c59be5e279bd2a09d971c069688036f7ba46f
|
4
|
+
data.tar.gz: 76e10afd1b25f725305b40c64f97ef03452c4f3331b3bb13710f55fb7bc1e656
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d18d5dc65a37be87d8ce3635a36305ff2a5eb63b8dd9c25bc85c6da3c962c19b215745a68fe202c42111e3b14eb3b38c4cb43e4bd286dd971d53fc7756bc8c5e
|
7
|
+
data.tar.gz: 6e7e3b3c135e43ffda204f58ab944a1f048b3e596d9cc56f486c397567f89d323b47521b51f16ec06633dad6d4a6805c0c110fa1f4122db51e46b941873ac385
|
data/bin/release
CHANGED
@@ -18,6 +18,9 @@ git reset --hard origin/master
|
|
18
18
|
|
19
19
|
printf "RELEASE %s\n" "$version"
|
20
20
|
bundle check || bundle install
|
21
|
+
|
22
|
+
printf "The stdout will eventually hang with no message."
|
23
|
+
printf "It is waiting for TFA code input, type it in and hit enter!"
|
21
24
|
rake release
|
22
25
|
|
23
26
|
docker build --rm --tag codeclimate/codeclimate .
|
data/config/engines.yml
CHANGED
@@ -173,6 +173,7 @@ radon:
|
|
173
173
|
reek:
|
174
174
|
channels:
|
175
175
|
stable: codeclimate/codeclimate-reek
|
176
|
+
beta: codeclimate/codeclimate-reek:beta
|
176
177
|
description: >
|
177
178
|
Reek examines Ruby classes, modules, and methods and reports any code
|
178
179
|
smells it finds.
|
@@ -217,6 +218,15 @@ rubocop:
|
|
217
218
|
rubocop-0-77: codeclimate/codeclimate-rubocop:rubocop-0-77
|
218
219
|
rubocop-0-78: codeclimate/codeclimate-rubocop:rubocop-0-78
|
219
220
|
rubocop-0-79: codeclimate/codeclimate-rubocop:rubocop-0-79
|
221
|
+
rubocop-0-80: codeclimate/codeclimate-rubocop:rubocop-0-80
|
222
|
+
rubocop-0-81: codeclimate/codeclimate-rubocop:rubocop-0-81
|
223
|
+
rubocop-0-82: codeclimate/codeclimate-rubocop:rubocop-0-82
|
224
|
+
rubocop-0-83: codeclimate/codeclimate-rubocop:rubocop-0-83
|
225
|
+
rubocop-0-84: codeclimate/codeclimate-rubocop:rubocop-0-84
|
226
|
+
rubocop-0-85: codeclimate/codeclimate-rubocop:rubocop-0-85
|
227
|
+
rubocop-0-86: codeclimate/codeclimate-rubocop:rubocop-0-86
|
228
|
+
rubocop-0-87: codeclimate/codeclimate-rubocop:rubocop-0-87
|
229
|
+
rubocop-0-88: codeclimate/codeclimate-rubocop:rubocop-0-88
|
220
230
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
221
231
|
rubymotion:
|
222
232
|
channels:
|
@@ -243,6 +253,8 @@ shellcheck:
|
|
243
253
|
sonar-java:
|
244
254
|
channels:
|
245
255
|
stable: codeclimate/codeclimate-sonar-java
|
256
|
+
beta: codeclimate/codeclimate-sonar-java:sonar-java-5-14
|
257
|
+
sonar-java-5-14: codeclimate/codeclimate-sonar-java:sonar-java-5-14
|
246
258
|
description: Over 400 checks for bugs, vulnerabilities, and code smells in Java code.
|
247
259
|
minimum_memory_limit: 2_048_000_000
|
248
260
|
sonar-php:
|
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.13
|
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-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|