codeclimate 0.85.18 → 0.85.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/release +5 -2
- data/config/engines.yml +19 -0
- metadata +8 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 13a52571994502f65ac3c7897b2219fe00b8d1006a7211111a404380108f3402
|
|
4
|
+
data.tar.gz: e911519f85f0cd60f5b1af7222118cdb230618d0245d5e6c16566bb987f62ce8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c4a2bd2e948e6d889debe47039f16dc0a71cf25aafcab8c77adffe9f353266692f3b84d4b7ad7e07e1669e263458c896d8f27b86ed75bd7a803e5a7885411cf
|
|
7
|
+
data.tar.gz: f12b0295b6435a987ce5f6e35db166bde8d3934de4e3a19c930d6c1309cf234ee58a7ce4ee3e75fb0ffcdd0fcd78604c2da042b4f9ffaec94bc1d73cf835d2af
|
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 "
|
|
23
|
-
printf "
|
|
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
|
@@ -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
|
|
@@ -48,6 +52,11 @@ credo:
|
|
|
48
52
|
description: >
|
|
49
53
|
A static code analysis tool for the Elixir language with a focus on code
|
|
50
54
|
consistency and teaching.
|
|
55
|
+
dart:
|
|
56
|
+
channels:
|
|
57
|
+
stable: codeclimate/codeclimate-dart
|
|
58
|
+
description: >
|
|
59
|
+
A static analysis tool that helps improve code quality for the Dart language.
|
|
51
60
|
duplication:
|
|
52
61
|
channels:
|
|
53
62
|
stable: codeclimate/codeclimate-duplication
|
|
@@ -163,6 +172,7 @@ phpmd:
|
|
|
163
172
|
pmd:
|
|
164
173
|
channels:
|
|
165
174
|
stable: codeclimate/codeclimate-pmd
|
|
175
|
+
beta: codeclimate/codeclimate-pmd:beta
|
|
166
176
|
description: A source code analyzer for Java.
|
|
167
177
|
pylint:
|
|
168
178
|
channels:
|
|
@@ -218,6 +228,7 @@ rubocop:
|
|
|
218
228
|
rubocop-0-74: codeclimate/codeclimate-rubocop:rubocop-0-74
|
|
219
229
|
rubocop-0-75: codeclimate/codeclimate-rubocop:rubocop-0-75
|
|
220
230
|
rubocop-0-76: codeclimate/codeclimate-rubocop:rubocop-0-76
|
|
231
|
+
rubocop-0-76-airbnb: codeclimate/codeclimate-rubocop:rubocop-0-76-airbnb
|
|
221
232
|
rubocop-0-77: codeclimate/codeclimate-rubocop:rubocop-0-77
|
|
222
233
|
rubocop-0-78: codeclimate/codeclimate-rubocop:rubocop-0-78
|
|
223
234
|
rubocop-0-79: codeclimate/codeclimate-rubocop:rubocop-0-79
|
|
@@ -233,6 +244,9 @@ rubocop:
|
|
|
233
244
|
rubocop-0-89: codeclimate/codeclimate-rubocop:rubocop-0-89
|
|
234
245
|
rubocop-0-90: codeclimate/codeclimate-rubocop:rubocop-0-90
|
|
235
246
|
rubocop-0-92: codeclimate/codeclimate-rubocop:rubocop-0-92
|
|
247
|
+
rubocop-1-7-0: codeclimate/codeclimate-rubocop:rubocop-1-7-0
|
|
248
|
+
rubocop-1-8-1: codeclimate/codeclimate-rubocop:rubocop-1-8-1
|
|
249
|
+
rubocop-1-9-1: codeclimate/codeclimate-rubocop:rubocop-1-9-1
|
|
236
250
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
|
237
251
|
rubymotion:
|
|
238
252
|
channels:
|
|
@@ -252,6 +266,10 @@ scss-lint:
|
|
|
252
266
|
channels:
|
|
253
267
|
stable: codeclimate/codeclimate-scss-lint
|
|
254
268
|
description: A configurable tool for writing clean and consistent SCSS.
|
|
269
|
+
semgrep:
|
|
270
|
+
channels:
|
|
271
|
+
stable: codeclimate/codeclimate-semgrep
|
|
272
|
+
description: A configurable tool that allows for custom static analysis on multiple languages.
|
|
255
273
|
shellcheck:
|
|
256
274
|
channels:
|
|
257
275
|
stable: codeclimate/codeclimate-shellcheck
|
|
@@ -284,6 +302,7 @@ structure:
|
|
|
284
302
|
description: Performs structural checks on code.
|
|
285
303
|
stylelint:
|
|
286
304
|
channels:
|
|
305
|
+
beta: codeclimate/codeclimate-stylelint:beta
|
|
287
306
|
stable: codeclimate/codeclimate-stylelint
|
|
288
307
|
description: A mighty, modern CSS linter.
|
|
289
308
|
swiftlint:
|
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.
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|