codeclimate 0.85.22 → 0.85.23

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/release +5 -2
  3. data/config/engines.yml +1 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dec954c1477d7524ac59bb5f317af30a868c52c353d66b8c57c3c1be58f9239d
4
- data.tar.gz: f6149c9ca4f3414ac8b63047bddd6a32ea6144905a61fa6e5748252aa5487ed4
3
+ metadata.gz: b0770cc4879573e206af4c9e1b8612fe1fd8b4afb9cb8f9b7c8cea0b04279a8d
4
+ data.tar.gz: 062e22f8ef83ce90f0488b829a48a87148483d16672a95fe5804598c57ea9bd1
5
5
  SHA512:
6
- metadata.gz: 7d1c9237c1a8bb5eea7b0d25b3fc6faa7d6377301d4fddc365acbfc0aa27007120c9a71da8120a041d27dc2782867da492c9d15ad26ab01bf840321fe75dad45
7
- data.tar.gz: 70b6e2262c037333d0c05dbc1e48cb193eead5ae2793025a48f2b375c0c1f6687377d8739b13c450f92b0332dfe899f8640443dbbb30b8934ea28b824ea836f6
6
+ metadata.gz: cb55c8e10d6777fe4c8b2de8148bc6be590fb5d88d3e18c95d7589c91d30792ecbc533025ecf44e47c8533ffac661b5d97336269803be0ef7020b7f092fed3c5
7
+ data.tar.gz: acd936f468b85d75ad4b1f7a35cc50936c9242882faeaf00af3cbbf8e2ee5beefbed7518854bbed19fbb61b21517261de58b8d949121a6fec1947968842a1144
data/bin/release CHANGED
@@ -19,8 +19,11 @@ git reset --hard origin/master
19
19
  printf "RELEASE %s\n" "$version"
20
20
  bundle check || bundle install
21
21
 
22
- printf "The stdout will eventually hang with no message."
23
- printf "It is waiting for TFA code input, type it in and hit enter!"
22
+ printf "############################################################################"
23
+ printf "# The stdout will eventually hang with no message. #"
24
+ printf "# It is waiting for RubyGems TFA code input, type it in and hit enter! #"
25
+ printf "############################################################################"
26
+ printf "\n\n"
24
27
  rake release
25
28
 
26
29
  docker build --rm --tag codeclimate/codeclimate .
data/config/engines.yml CHANGED
@@ -297,6 +297,7 @@ structure:
297
297
  description: Performs structural checks on code.
298
298
  stylelint:
299
299
  channels:
300
+ beta: codeclimate/codeclimate-stylelint:beta
300
301
  stable: codeclimate/codeclimate-stylelint
301
302
  description: A mighty, modern CSS linter.
302
303
  swiftlint:
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.85.22
4
+ version: 0.85.23
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-01-22 00:00:00.000000000 Z
11
+ date: 2021-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport