codeclimate 0.85.6 → 0.85.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/release +3 -0
  3. data/config/engines.yml +18 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c56d57dde528b5a51d8fa85fd45186aaddfbcb68b311b8f64b724af2c31841de
4
- data.tar.gz: 47b3818bfdeb72eb23c5759c529b991374f4fd1095fbd18901184e33dc28fd43
3
+ metadata.gz: '0381b70614133e2e0eebbf5473b12bdc72c5a6e065955a22a0113cb7e039b9c6'
4
+ data.tar.gz: c6dbfb2ca2408cb49a377f06e34a446acc118566815b5b021f9246a0121766b8
5
5
  SHA512:
6
- metadata.gz: 267cf97aa34c0bd009a5f07c3a0db70d27daa4d9560148ee7d86250593931d037235567c7008b960c7b4a9215eea80cd3b244938a549c673200c411c1c567ffb
7
- data.tar.gz: e5c7ec64fc4d1f60a7a106bd7fb3811973986d99c074292f2d8fb63ad064c277bc7d110a1fc20af36dc477013b975bf4842c9aa50fdc175c9228a11c734284b4
6
+ metadata.gz: c26798010251de0072b827fbddc66bd002ba8955eb0bf57fcf5518ba4fcf6d63525026316150fdca81d766671deabb405b44804fd6ec23907dc8180aef3cbe71
7
+ data.tar.gz: eae57f502d71afa0a52d4125341891c3b64075be5e95671c94832dbd398dbca4ffabd24b70829ebcefb39f2b3c23fe8f0e2459f8170a29233138348508b63ec5
@@ -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 .
@@ -161,6 +161,11 @@ pmd:
161
161
  channels:
162
162
  stable: codeclimate/codeclimate-pmd
163
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.
164
169
  radon:
165
170
  channels:
166
171
  stable: codeclimate/codeclimate-radon
@@ -168,6 +173,7 @@ radon:
168
173
  reek:
169
174
  channels:
170
175
  stable: codeclimate/codeclimate-reek
176
+ beta: codeclimate/codeclimate-reek:beta
171
177
  description: >
172
178
  Reek examines Ruby classes, modules, and methods and reports any code
173
179
  smells it finds.
@@ -209,6 +215,16 @@ rubocop:
209
215
  rubocop-0-74: codeclimate/codeclimate-rubocop:rubocop-0-74
210
216
  rubocop-0-75: codeclimate/codeclimate-rubocop:rubocop-0-75
211
217
  rubocop-0-76: codeclimate/codeclimate-rubocop:rubocop-0-76
218
+ rubocop-0-77: codeclimate/codeclimate-rubocop:rubocop-0-77
219
+ rubocop-0-78: codeclimate/codeclimate-rubocop:rubocop-0-78
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
212
228
  description: A Ruby static code analyzer, based on the community Ruby style guide.
213
229
  rubymotion:
214
230
  channels:
@@ -235,6 +251,8 @@ shellcheck:
235
251
  sonar-java:
236
252
  channels:
237
253
  stable: codeclimate/codeclimate-sonar-java
254
+ beta: codeclimate/codeclimate-sonar-java:sonar-java-5-14
255
+ sonar-java-5-14: codeclimate/codeclimate-sonar-java:sonar-java-5-14
238
256
  description: Over 400 checks for bugs, vulnerabilities, and code smells in Java code.
239
257
  minimum_memory_limit: 2_048_000_000
240
258
  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.6
4
+ version: 0.85.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Climate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-19 00:00:00.000000000 Z
11
+ date: 2020-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport