codeclimate 0.87.0 → 0.87.1
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 +4 -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: 7aef62a2ef1fac0bb295ee3505ddf3db68b0f303764a0ae75a00f8e3b413610a
|
4
|
+
data.tar.gz: ed7edb689f9147848be2453c04727c9a98b6880c61233464c93a87b4dbde74e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5766e1f9011abc604fc3e03a2886f770f039e12e1b741e1f76baa206d4100cbfd3a1ae64714cee02611dbce814183f212adddfb2cf2bcec595c97b14d94f58cd
|
7
|
+
data.tar.gz: 6213518488e6a71d2ef1bdb5fc80b4cbccc041e27abc3515a0541ef2bf2e6a1452fdd635ed697db248972baa7f1a750bca47af443186a7c09f0a4d6892bb1f81
|
data/config/engines.yml
CHANGED
@@ -324,6 +324,10 @@ tailor:
|
|
324
324
|
channels:
|
325
325
|
stable: codeclimate/codeclimate-tailor
|
326
326
|
description: Cross-platform static analyzer and linter for Swift.
|
327
|
+
tflint:
|
328
|
+
channels:
|
329
|
+
beta: codeclimate/codeclimate-tflint:beta
|
330
|
+
description: A pluggable Terraform linter.
|
327
331
|
tslint:
|
328
332
|
channels:
|
329
333
|
stable: codeclimate/codeclimate-tslint
|
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.87.
|
4
|
+
version: 0.87.1
|
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-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|