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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b23d8723c8db5cb1af576516c86732c0f99b2dcf
4
- data.tar.gz: 93c32086b31c65a280d5769e5eb90ba3499da79a
3
+ metadata.gz: 1b6b8580a4b1d29c2fb76875f2b7559baf6f30da
4
+ data.tar.gz: 8f3f4483a4840a45982768a2b180aa950e5318d0
5
5
  SHA512:
6
- metadata.gz: e2d614f01bc6661611ee0d785775f57d900e29a2e9d44f356dfa3de8f80d0ec5b059047dcc11bb7a4a10d3adc9acaca49327b00722b5458034e1dfef069102fd
7
- data.tar.gz: fdd4ad417620d1bd2e5a5d571bf3d48801fdd71b8cc3175b9962b8a20f0831c9c9f0b974849844d27bac79416dd630d60fecf5ae8cf49411c54fdf0dce31dccd
6
+ metadata.gz: 73d474fed44c66c78fb935772a55dc84b8a0a6d2c5eea8315b0ec2942fb10b72a8171c0f9e1dc088ffef8f4046ddfca2ccb5643a0e4ba0721938d16e2e6cd0c0
7
+ data.tar.gz: 3627827e2c452c7b159070e30cbc396d9a867167b9ebec0defb1c3c908b771f6808ee5943787504ad8ecfd6d205ef40cf9169f54505b2f0309d8e2605bce8d68
@@ -1,4 +1,4 @@
1
- #!/bin/sh
1
+ #!/bin/bash
2
2
  #
3
3
  # Open a PR for releasing a new version of this repository.
4
4
  #
@@ -1,4 +1,4 @@
1
- #!/bin/sh
1
+ #!/bin/bash
2
2
  #
3
3
  # Release a new version of this repository.
4
4
  #
@@ -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.75.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-02 00:00:00.000000000 Z
11
+ date: 2018-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport