codeclimate 0.85.9 → 0.85.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/engines.yml +12 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4321e9c6b8390538c4db632bc51680171c89cd9f303f3e892ec123b704e06d06
4
- data.tar.gz: 3ab81187e9e07761f3f68f07101d5b57ad2ff3bcb6dabdef37c9bd135e89e061
3
+ metadata.gz: 7d4fa89ce6ab6ee53cc47f8533928b9fa8b271780b58714498fa9534d06d5740
4
+ data.tar.gz: 63599f7efaa96a233e1ffc272bcf9f74cfa15881b58657294ca03512dea8263e
5
5
  SHA512:
6
- metadata.gz: b7ed249d3e481f2e7bc81adeddb139a9bbad68f06d360356f673e3ab039899abbc3a0763f88f814d4a30fa2fc2034bc2bfadc28acebe3a699d95beb233c1ea83
7
- data.tar.gz: 9bb00aba931637dec5d78c5b35c61c7eb368569a535c9c42313970f0c10611525548f0134daba6f3754de76e6bf643d5c27d4d6b5333073c7818edc61edf6e5e
6
+ metadata.gz: 8727fe97395d6dce7fc69e9b9fa8cfc9f784f949e5975fac3ddb2fe25d569300e9b63ac3bbaf1b22f0c612d5c65851842a3c0b6e3236d836773d69264fa99dd9
7
+ data.tar.gz: 66bac9e0b613e8f569ff6d5b29a23bcb50177e3b364cc05b9824b69cb76b82923481f1a8c08050d8604339cefb0f49b460dc79b541e365502e480cdfb2e925a4
@@ -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-6: 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.
@@ -218,6 +220,14 @@ rubocop:
218
220
  rubocop-0-78: codeclimate/codeclimate-rubocop:rubocop-0-78
219
221
  rubocop-0-79: codeclimate/codeclimate-rubocop:rubocop-0-79
220
222
  rubocop-0-80: codeclimate/codeclimate-rubocop:rubocop-0-80
223
+ rubocop-0-81: codeclimate/codeclimate-rubocop:rubocop-0-81
224
+ rubocop-0-82: codeclimate/codeclimate-rubocop:rubocop-0-82
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
221
231
  description: A Ruby static code analyzer, based on the community Ruby style guide.
222
232
  rubymotion:
223
233
  channels:
@@ -244,6 +254,8 @@ shellcheck:
244
254
  sonar-java:
245
255
  channels:
246
256
  stable: codeclimate/codeclimate-sonar-java
257
+ beta: codeclimate/codeclimate-sonar-java:sonar-java-5-14
258
+ sonar-java-5-14: codeclimate/codeclimate-sonar-java:sonar-java-5-14
247
259
  description: Over 400 checks for bugs, vulnerabilities, and code smells in Java code.
248
260
  minimum_memory_limit: 2_048_000_000
249
261
  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.9
4
+ version: 0.85.14
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-03-04 00:00:00.000000000 Z
11
+ date: 2020-08-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport