codeclimate 0.78.1 → 0.79.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 +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29b9be3c3f8d322d83b3945df50a712d40bc0bfe
|
4
|
+
data.tar.gz: 0e634565719f31580ca66760fccf4569f91aa6ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b9c6a01745694fec8851df2bc3a183a7d92587cc06a75416dd7b6a868248e9346338d8196a1a58b841860e258fc2579ca08e3aba7c762e60019bb8dfc8f3e48
|
7
|
+
data.tar.gz: 5e41f4b8b2f2053938da8fdbfb2bd269ff87ca0318c891cdeb5b809989c9b9ccb57dc4ed2f54b3307335a7d994e66d9357e9684c6a5f7d80f7416f47b4e1e5c0
|
data/config/engines.yml
CHANGED
@@ -7,6 +7,10 @@ apexmetrics:
|
|
7
7
|
channels:
|
8
8
|
stable: codeclimate/codeclimate-apexmetrics
|
9
9
|
description: ApexMetrics is a static code analysis tool for Salesforce.com Apex.
|
10
|
+
bandit:
|
11
|
+
channels:
|
12
|
+
stable: codeclimate/codeclimate-bandit
|
13
|
+
description: A tool designed to find common security issues in Python code.
|
10
14
|
brakeman:
|
11
15
|
channels:
|
12
16
|
stable: codeclimate/codeclimate-brakeman
|
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.79.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: 2018-
|
11
|
+
date: 2018-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|