codeclimate 0.85.23 → 0.85.24

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/engines.yml +5 -0
  3. metadata +8 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b0770cc4879573e206af4c9e1b8612fe1fd8b4afb9cb8f9b7c8cea0b04279a8d
4
- data.tar.gz: 062e22f8ef83ce90f0488b829a48a87148483d16672a95fe5804598c57ea9bd1
3
+ metadata.gz: 13a52571994502f65ac3c7897b2219fe00b8d1006a7211111a404380108f3402
4
+ data.tar.gz: e911519f85f0cd60f5b1af7222118cdb230618d0245d5e6c16566bb987f62ce8
5
5
  SHA512:
6
- metadata.gz: cb55c8e10d6777fe4c8b2de8148bc6be590fb5d88d3e18c95d7589c91d30792ecbc533025ecf44e47c8533ffac661b5d97336269803be0ef7020b7f092fed3c5
7
- data.tar.gz: acd936f468b85d75ad4b1f7a35cc50936c9242882faeaf00af3cbbf8e2ee5beefbed7518854bbed19fbb61b21517261de58b8d949121a6fec1947968842a1144
6
+ metadata.gz: 3c4a2bd2e948e6d889debe47039f16dc0a71cf25aafcab8c77adffe9f353266692f3b84d4b7ad7e07e1669e263458c896d8f27b86ed75bd7a803e5a7885411cf
7
+ data.tar.gz: f12b0295b6435a987ce5f6e35db166bde8d3934de4e3a19c930d6c1309cf234ee58a7ce4ee3e75fb0ffcdd0fcd78604c2da042b4f9ffaec94bc1d73cf835d2af
data/config/engines.yml CHANGED
@@ -11,6 +11,10 @@ bandit:
11
11
  channels:
12
12
  stable: codeclimate/codeclimate-bandit
13
13
  description: A tool designed to find common security issues in Python code.
14
+ black:
15
+ channels:
16
+ stable: codeclimate/codeclimate-black
17
+ description: black is a tool to check your Python code is formatted in accordance with black style guide.
14
18
  brakeman:
15
19
  channels:
16
20
  stable: codeclimate/codeclimate-brakeman
@@ -242,6 +246,7 @@ rubocop:
242
246
  rubocop-0-92: codeclimate/codeclimate-rubocop:rubocop-0-92
243
247
  rubocop-1-7-0: codeclimate/codeclimate-rubocop:rubocop-1-7-0
244
248
  rubocop-1-8-1: codeclimate/codeclimate-rubocop:rubocop-1-8-1
249
+ rubocop-1-9-1: codeclimate/codeclimate-rubocop:rubocop-1-9-1
245
250
  description: A Ruby static code analyzer, based on the community Ruby style guide.
246
251
  rubymotion:
247
252
  channels:
metadata CHANGED
@@ -1,35 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeclimate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.85.23
4
+ version: 0.85.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Climate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-25 00:00:00.000000000 Z
11
+ date: 2021-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ">="
18
- - !ruby/object:Gem::Version
19
- version: 5.1.3
20
- - - "<"
17
+ - - "~>"
21
18
  - !ruby/object:Gem::Version
22
- version: '5.2'
19
+ version: 5.2.3
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ">="
28
- - !ruby/object:Gem::Version
29
- version: 5.1.3
30
- - - "<"
24
+ - - "~>"
31
25
  - !ruby/object:Gem::Version
32
- version: '5.2'
26
+ version: 5.2.3
33
27
  - !ruby/object:Gem::Dependency
34
28
  name: tty-spinner
35
29
  requirement: !ruby/object:Gem::Requirement
@@ -148,7 +142,8 @@ dependencies:
148
142
  version: '2.3'
149
143
  description: Code Climate command line tool
150
144
  email: hello@codeclimate.com
151
- executables: []
145
+ executables:
146
+ - codeclimate
152
147
  extensions: []
153
148
  extra_rdoc_files: []
154
149
  files: