codeclimate 0.87.5 → 0.88.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 +6 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db683b567a7d3858d7c8678b8c8cb10b1558dbf82519b9a4b4e3d21132324831
|
4
|
+
data.tar.gz: c21bdad9306f02f0ad286fbd6a6844bd9818c5f38a3588460e17f5938fa021d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e62cbbcb99c99c9393831f79e1b21dfce4c815a9e1bc5b402c593f9824000ea89b9fb434f0e883e8a5312d5c951e6b2cb167c4bcf653992212cee571286ef5d3
|
7
|
+
data.tar.gz: c4c699f5eb1ca6cb843efc210717bf255e5c7bc57f45be3b3083262cac6162236949f145abf7729961defa97a63b3aa98a2eed040077493076f74f059e89a28d
|
data/config/engines.yml
CHANGED
@@ -144,6 +144,8 @@ luacheck:
|
|
144
144
|
markdownlint:
|
145
145
|
channels:
|
146
146
|
stable: codeclimate/codeclimate-markdownlint
|
147
|
+
beta: codeclimate/codeclimate-markdownlint:beta
|
148
|
+
markdownlint-0-12-0: codeclimate/codeclimate-markdownlint:markdownlint-0-12-0
|
147
149
|
description: Flags style issues within Markdown files.
|
148
150
|
nodesecurity:
|
149
151
|
channels:
|
@@ -259,6 +261,7 @@ rubocop:
|
|
259
261
|
rubocop-1-23-0: codeclimate/codeclimate-rubocop:rubocop-1-23-0
|
260
262
|
rubocop-1-30-0: codeclimate/codeclimate-rubocop:rubocop-1-30-0
|
261
263
|
rubocop-1-31-0: codeclimate/codeclimate-rubocop:rubocop-1-31-0
|
264
|
+
rubocop-1-39-0: codeclimate/codeclimate-rubocop:rubocop-1-39-0
|
262
265
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
263
266
|
rubymotion:
|
264
267
|
channels:
|
@@ -285,6 +288,8 @@ semgrep:
|
|
285
288
|
shellcheck:
|
286
289
|
channels:
|
287
290
|
stable: codeclimate/codeclimate-shellcheck
|
291
|
+
beta: codeclimate/codeclimate-shellcheck:beta
|
292
|
+
shellcheck-0-9-0: codeclimate/codeclimate-shellcheck:shellcheck-0-9-0
|
288
293
|
description: A static analysis tool for shell scripts.
|
289
294
|
sonar-java:
|
290
295
|
channels:
|
@@ -316,6 +321,7 @@ stylelint:
|
|
316
321
|
channels:
|
317
322
|
beta: codeclimate/codeclimate-stylelint:beta
|
318
323
|
stable: codeclimate/codeclimate-stylelint
|
324
|
+
stylelint-14-15-0: codeclimate/codeclimate-stylelint:stylelint-14-15-0
|
319
325
|
description: A mighty, modern CSS linter.
|
320
326
|
swiftlint:
|
321
327
|
channels:
|
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.88.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: 2022-
|
11
|
+
date: 2022-12-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -235,7 +235,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
235
235
|
version: '2.6'
|
236
236
|
- - "<="
|
237
237
|
- !ruby/object:Gem::Version
|
238
|
-
version: 3.1.
|
238
|
+
version: 3.1.3
|
239
239
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
240
240
|
requirements:
|
241
241
|
- - ">="
|