codeclimate 0.85.19 → 0.85.21
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/config/engines.yml +9 -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: b22b940ccc69f0d9883f937c51cdbea4f3a393576d8bd04f60db16eb3ce1dfe1
|
4
|
+
data.tar.gz: d3e0f22d7597801eaeab9d31896bdef072f90b07e4136560905803452d8dd205
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27d49fe9280cafd7a0ee4cea607de30165f7ad713a4a5f27a284f31e3abba8120933a80f993552888337892090eb22c521499142d59e366e28fcf5913ad1b057
|
7
|
+
data.tar.gz: 1ceb117bd03cfa81decc7d17e5d5e4e712dce06e1e53e13bb9293dd6c9dd187d13547299f4a7e68c77e2ea2166dafba87bedaca32a9fad4be29c101753031408
|
data/config/engines.yml
CHANGED
@@ -48,6 +48,11 @@ credo:
|
|
48
48
|
description: >
|
49
49
|
A static code analysis tool for the Elixir language with a focus on code
|
50
50
|
consistency and teaching.
|
51
|
+
dart:
|
52
|
+
channels:
|
53
|
+
stable: codeclimate/codeclimate-dart
|
54
|
+
description: >
|
55
|
+
A static analysis tool that helps improve code quality for the Dart language.
|
51
56
|
duplication:
|
52
57
|
channels:
|
53
58
|
stable: codeclimate/codeclimate-duplication
|
@@ -253,6 +258,10 @@ scss-lint:
|
|
253
258
|
channels:
|
254
259
|
stable: codeclimate/codeclimate-scss-lint
|
255
260
|
description: A configurable tool for writing clean and consistent SCSS.
|
261
|
+
semgrep:
|
262
|
+
channels:
|
263
|
+
stable: codeclimate/codeclimate-semgrep
|
264
|
+
description: A configurable tool that allows for custom static analysis on multiple languages.
|
256
265
|
shellcheck:
|
257
266
|
channels:
|
258
267
|
stable: codeclimate/codeclimate-shellcheck
|
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.21
|
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: 2021-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|