codeclimate 0.85.5 → 0.85.10
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 +17 -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: 15b1e645de19fad4e4c6a6e5f1e02786bf997b97f12dacf21ac868361bb06eab
|
4
|
+
data.tar.gz: d4c55858a1384c1e1a06f1b27c6278c68163fc71d2de7d8229bb89071d456b2c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8573a375a8e5c5cd05c14e01a53c13b5091c57da58cee798dad5cdacb3191aa25fe1dcf06f467e22ac49ca74569c307db55b7645599e7807197389d7f56b3163
|
7
|
+
data.tar.gz: 7155a5e70f6959057517440f74ddc43a14f74097f79711216a0728db1a038a7f0760b049eaf84ea1320095e3cf1f7cadc3e00d78979c867854c57c754801c581
|
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
@@ -70,6 +70,7 @@ eslint:
|
|
70
70
|
eslint-3: codeclimate/codeclimate-eslint:eslint-3
|
71
71
|
eslint-4: codeclimate/codeclimate-eslint:eslint-4
|
72
72
|
eslint-5: codeclimate/codeclimate-eslint:eslint-5
|
73
|
+
eslint-6: codeclimate/codeclimate-eslint:eslint-6
|
73
74
|
description: A JavaScript/JSX linting utility.
|
74
75
|
flog:
|
75
76
|
channels:
|
@@ -160,6 +161,11 @@ pmd:
|
|
160
161
|
channels:
|
161
162
|
stable: codeclimate/codeclimate-pmd
|
162
163
|
description: A source code analyzer for Java.
|
164
|
+
pylint:
|
165
|
+
channels:
|
166
|
+
beta: codeclimate/codeclimate-pylint:beta
|
167
|
+
stable: codeclimate/codeclimate-pylint
|
168
|
+
description: A linter for Python.
|
163
169
|
radon:
|
164
170
|
channels:
|
165
171
|
stable: codeclimate/codeclimate-radon
|
@@ -206,6 +212,15 @@ rubocop:
|
|
206
212
|
rubocop-0-72: codeclimate/codeclimate-rubocop:rubocop-0-72
|
207
213
|
rubocop-0-73: codeclimate/codeclimate-rubocop:rubocop-0-73
|
208
214
|
rubocop-0-74: codeclimate/codeclimate-rubocop:rubocop-0-74
|
215
|
+
rubocop-0-75: codeclimate/codeclimate-rubocop:rubocop-0-75
|
216
|
+
rubocop-0-76: codeclimate/codeclimate-rubocop:rubocop-0-76
|
217
|
+
rubocop-0-77: codeclimate/codeclimate-rubocop:rubocop-0-77
|
218
|
+
rubocop-0-78: codeclimate/codeclimate-rubocop:rubocop-0-78
|
219
|
+
rubocop-0-79: codeclimate/codeclimate-rubocop:rubocop-0-79
|
220
|
+
rubocop-0-80: codeclimate/codeclimate-rubocop:rubocop-0-80
|
221
|
+
rubocop-0-81: codeclimate/codeclimate-rubocop:rubocop-0-81
|
222
|
+
rubocop-0-82: codeclimate/codeclimate-rubocop:rubocop-0-82
|
223
|
+
rubocop-0-83: codeclimate/codeclimate-rubocop:rubocop-0-83
|
209
224
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
210
225
|
rubymotion:
|
211
226
|
channels:
|
@@ -232,6 +247,8 @@ shellcheck:
|
|
232
247
|
sonar-java:
|
233
248
|
channels:
|
234
249
|
stable: codeclimate/codeclimate-sonar-java
|
250
|
+
beta: codeclimate/codeclimate-sonar-java:sonar-java-5-14
|
251
|
+
sonar-java-5-14: codeclimate/codeclimate-sonar-java:sonar-java-5-14
|
235
252
|
description: Over 400 checks for bugs, vulnerabilities, and code smells in Java code.
|
236
253
|
minimum_memory_limit: 2_048_000_000
|
237
254
|
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.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code Climate
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|