codeclimate 0.94.1 → 0.96.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/engines.yml +7 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f324a19af4a6aa0c704c46658d3ffd3c8ac076b9633b200e5f232008c3751d4
|
4
|
+
data.tar.gz: da7c95c23a2de344695597b98b5ab7350419840dd29897be2365ad9e9e63987a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d902ab98229e5f703618b61edccc7af100232489bc7b96fbaee7d3c54192615605de825af1357be32b09a3746302c0112149185cca08aca5789a0f25b8361393
|
7
|
+
data.tar.gz: f5920687681fd0cc4564031a6384f93a1ce10c184294df68bb3e2d8bf77c7a0320fbe025436aa34847379044b0ec0bbf5ba6f8d0c5236b0c398cbaf6a606105f
|
data/config/engines.yml
CHANGED
@@ -26,6 +26,7 @@ brakeman:
|
|
26
26
|
bundler-audit:
|
27
27
|
channels:
|
28
28
|
stable: codeclimate/codeclimate-bundler-audit
|
29
|
+
bundler-audit-0-9-1: codeclimate/codeclimate-bundler-audit:bundler-audit-0-9-1
|
29
30
|
description: Patch-level verification for Bundler.
|
30
31
|
checkstyle:
|
31
32
|
channels:
|
@@ -102,6 +103,11 @@ gofmt:
|
|
102
103
|
channels:
|
103
104
|
stable: codeclimate/codeclimate-gofmt
|
104
105
|
description: Checks the formatting of Go programs.
|
106
|
+
golangci-lint:
|
107
|
+
channels:
|
108
|
+
stable: codeclimate/codeclimate-golangci-lint
|
109
|
+
beta: codeclimate/codeclimate-golangci-lint:beta
|
110
|
+
golangci-lint-1-52-2: codeclimate/codeclimate-golangci-lint:golangci-lint-1-52-2
|
105
111
|
golint:
|
106
112
|
channels:
|
107
113
|
stable: codeclimate/codeclimate-golint
|
@@ -303,6 +309,7 @@ sonar-java:
|
|
303
309
|
stable: codeclimate/codeclimate-sonar-java
|
304
310
|
beta: codeclimate/codeclimate-sonar-java:beta
|
305
311
|
sonar-java-5-14: codeclimate/codeclimate-sonar-java:sonar-java-5-14
|
312
|
+
sonar-java-4-14: codeclimate/codeclimate-sonar-java:sonar-java-4-14
|
306
313
|
description: Over 400 checks for bugs, vulnerabilities, and code smells in Java code.
|
307
314
|
minimum_memory_limit: 2_048_000_000
|
308
315
|
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.
|
4
|
+
version: 0.96.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code Climate
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -232,17 +232,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
232
232
|
requirements:
|
233
233
|
- - ">="
|
234
234
|
- !ruby/object:Gem::Version
|
235
|
-
version:
|
236
|
-
- - "
|
235
|
+
version: 2.6.0
|
236
|
+
- - "~>"
|
237
237
|
- !ruby/object:Gem::Version
|
238
|
-
version: 3.1
|
238
|
+
version: '3.1'
|
239
239
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
240
240
|
requirements:
|
241
241
|
- - ">="
|
242
242
|
- !ruby/object:Gem::Version
|
243
243
|
version: '0'
|
244
244
|
requirements: []
|
245
|
-
rubygems_version: 3.4.
|
245
|
+
rubygems_version: 3.4.6
|
246
246
|
signing_key:
|
247
247
|
specification_version: 4
|
248
248
|
summary: Code Climate CLI
|