codeclimate 0.75.0 → 0.76.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/prep-release +1 -1
- data/bin/release +1 -1
- data/config/engines.yml +5 -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: 1b6b8580a4b1d29c2fb76875f2b7559baf6f30da
|
4
|
+
data.tar.gz: 8f3f4483a4840a45982768a2b180aa950e5318d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73d474fed44c66c78fb935772a55dc84b8a0a6d2c5eea8315b0ec2942fb10b72a8171c0f9e1dc088ffef8f4046ddfca2ccb5643a0e4ba0721938d16e2e6cd0c0
|
7
|
+
data.tar.gz: 3627827e2c452c7b159070e30cbc396d9a867167b9ebec0defb1c3c908b771f6808ee5943787504ad8ecfd6d205ef40cf9169f54505b2f0309d8e2605bce8d68
|
data/bin/prep-release
CHANGED
data/bin/release
CHANGED
data/config/engines.yml
CHANGED
@@ -144,6 +144,10 @@ pmd:
|
|
144
144
|
stable: codeclimate/codeclimate-pmd
|
145
145
|
beta: codeclimate/codeclimate-pmd:beta
|
146
146
|
description: A source code analyzer for Java.
|
147
|
+
pylint:
|
148
|
+
channels:
|
149
|
+
beta: codeclimate/codeclimate-pylint:beta
|
150
|
+
description: A linter for Python.
|
147
151
|
radon:
|
148
152
|
channels:
|
149
153
|
stable: codeclimate/codeclimate-radon
|
@@ -171,6 +175,7 @@ rubocop:
|
|
171
175
|
rubocop-0-55: codeclimate/codeclimate-rubocop:rubocop-0-55
|
172
176
|
rubocop-0-56: codeclimate/codeclimate-rubocop:rubocop-0-56
|
173
177
|
rubocop-0-57: codeclimate/codeclimate-rubocop:rubocop-0-57
|
178
|
+
rubocop-0-58: codeclimate/codeclimate-rubocop:rubocop-0-58
|
174
179
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
175
180
|
rubymotion:
|
176
181
|
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.76.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-07-
|
11
|
+
date: 2018-07-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|