codeclimate 0.85.17 → 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 +20 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64f745f5df84a775c2be3d8b253358515d3f82dd7e6a3eca9ad9a7010ca73f63
4
- data.tar.gz: e5cf14221c727b028da255dcb470f7c7f2aefa9c86f86bf1df33f67504d78804
3
+ metadata.gz: b0770cc4879573e206af4c9e1b8612fe1fd8b4afb9cb8f9b7c8cea0b04279a8d
4
+ data.tar.gz: 062e22f8ef83ce90f0488b829a48a87148483d16672a95fe5804598c57ea9bd1
5
5
  SHA512:
6
- metadata.gz: 788f42db691da29491ee019fa6100b9fc3f8ced43101d48ae693c311ff9b991b17b546b7b5d6ef7472dee19649aa0e6ac634e798f8cf15300ca1dfd2db4319ad
7
- data.tar.gz: 50a7024595e6ad12bbbc8bceb8e3e1abf801d6de2d375a983957e9ba2f0eb569f9fa58c8b1f7ef60efc915da301000c9445227dfd21083a41cf745a9241ac0d8
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
@@ -48,6 +48,11 @@ credo:
48
48
  description: >
49
49
  A static code analysis tool for the Elixir language with a focus on code
50
50
  consistency and teaching.
51
+ dart:
52
+ channels:
53
+ stable: codeclimate/codeclimate-dart
54
+ description: >
55
+ A static analysis tool that helps improve code quality for the Dart language.
51
56
  duplication:
52
57
  channels:
53
58
  stable: codeclimate/codeclimate-duplication
@@ -163,6 +168,7 @@ phpmd:
163
168
  pmd:
164
169
  channels:
165
170
  stable: codeclimate/codeclimate-pmd
171
+ beta: codeclimate/codeclimate-pmd:beta
166
172
  description: A source code analyzer for Java.
167
173
  pylint:
168
174
  channels:
@@ -218,6 +224,7 @@ rubocop:
218
224
  rubocop-0-74: codeclimate/codeclimate-rubocop:rubocop-0-74
219
225
  rubocop-0-75: codeclimate/codeclimate-rubocop:rubocop-0-75
220
226
  rubocop-0-76: codeclimate/codeclimate-rubocop:rubocop-0-76
227
+ rubocop-0-76-airbnb: codeclimate/codeclimate-rubocop:rubocop-0-76-airbnb
221
228
  rubocop-0-77: codeclimate/codeclimate-rubocop:rubocop-0-77
222
229
  rubocop-0-78: codeclimate/codeclimate-rubocop:rubocop-0-78
223
230
  rubocop-0-79: codeclimate/codeclimate-rubocop:rubocop-0-79
@@ -232,6 +239,9 @@ rubocop:
232
239
  rubocop-0-88: codeclimate/codeclimate-rubocop:rubocop-0-88
233
240
  rubocop-0-89: codeclimate/codeclimate-rubocop:rubocop-0-89
234
241
  rubocop-0-90: codeclimate/codeclimate-rubocop:rubocop-0-90
242
+ rubocop-0-92: codeclimate/codeclimate-rubocop:rubocop-0-92
243
+ rubocop-1-7-0: codeclimate/codeclimate-rubocop:rubocop-1-7-0
244
+ rubocop-1-8-1: codeclimate/codeclimate-rubocop:rubocop-1-8-1
235
245
  description: A Ruby static code analyzer, based on the community Ruby style guide.
236
246
  rubymotion:
237
247
  channels:
@@ -251,6 +261,10 @@ scss-lint:
251
261
  channels:
252
262
  stable: codeclimate/codeclimate-scss-lint
253
263
  description: A configurable tool for writing clean and consistent SCSS.
264
+ semgrep:
265
+ channels:
266
+ stable: codeclimate/codeclimate-semgrep
267
+ description: A configurable tool that allows for custom static analysis on multiple languages.
254
268
  shellcheck:
255
269
  channels:
256
270
  stable: codeclimate/codeclimate-shellcheck
@@ -272,12 +286,18 @@ sonar-python:
272
286
  stable: codeclimate/codeclimate-sonar-python
273
287
  description: SonarLint for Python.
274
288
  minimum_memory_limit: 2_048_000_000
289
+ standard:
290
+ channels:
291
+ stable: codeclimate/codeclimate-standard
292
+ beta: codeclimate/codeclimate-standard
293
+ description: Standard static analysis tool.
275
294
  structure:
276
295
  channels:
277
296
  stable: codeclimate/codeclimate-structure
278
297
  description: Performs structural checks on code.
279
298
  stylelint:
280
299
  channels:
300
+ beta: codeclimate/codeclimate-stylelint:beta
281
301
  stable: codeclimate/codeclimate-stylelint
282
302
  description: A mighty, modern CSS linter.
283
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.17
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: 2020-10-05 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