codeclimate 0.85.7 → 0.85.12
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 +3 -0
- data/config/engines.yml +14 -0
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cc8e86cd50daca61284a5b6b207032183ccac2902b7ecbfc8b4a855820cd5a63
|
4
|
+
data.tar.gz: 32e9dce248fa2bc48fcdf73f56f9540668297a36ea0dba6ddfc440202ec634e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 199ed53402fec4de5ff0e99791b054cf5e02d67964e92be1ecdc7a0c857d461c8ac88bfae6d96a5dd5790b4b739dfc1d5c56b093e536178b7b4cf910c62c8607
|
7
|
+
data.tar.gz: fbc0326c383d0febf137c02b93d54421d9a64701ee897239f9e66732e75a7d1a85541de41a247ece191a09165f4d9a93987a9b89f2d0aaf4c61ff9d6156dba9c
|
data/bin/release
CHANGED
@@ -18,6 +18,9 @@ git reset --hard origin/master
|
|
18
18
|
|
19
19
|
printf "RELEASE %s\n" "$version"
|
20
20
|
bundle check || bundle install
|
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!"
|
21
24
|
rake release
|
22
25
|
|
23
26
|
docker build --rm --tag codeclimate/codeclimate .
|
data/config/engines.yml
CHANGED
@@ -173,6 +173,7 @@ radon:
|
|
173
173
|
reek:
|
174
174
|
channels:
|
175
175
|
stable: codeclimate/codeclimate-reek
|
176
|
+
beta: codeclimate/codeclimate-reek:beta
|
176
177
|
description: >
|
177
178
|
Reek examines Ruby classes, modules, and methods and reports any code
|
178
179
|
smells it finds.
|
@@ -214,6 +215,17 @@ rubocop:
|
|
214
215
|
rubocop-0-74: codeclimate/codeclimate-rubocop:rubocop-0-74
|
215
216
|
rubocop-0-75: codeclimate/codeclimate-rubocop:rubocop-0-75
|
216
217
|
rubocop-0-76: codeclimate/codeclimate-rubocop:rubocop-0-76
|
218
|
+
rubocop-0-77: codeclimate/codeclimate-rubocop:rubocop-0-77
|
219
|
+
rubocop-0-78: codeclimate/codeclimate-rubocop:rubocop-0-78
|
220
|
+
rubocop-0-79: codeclimate/codeclimate-rubocop:rubocop-0-79
|
221
|
+
rubocop-0-80: codeclimate/codeclimate-rubocop:rubocop-0-80
|
222
|
+
rubocop-0-81: codeclimate/codeclimate-rubocop:rubocop-0-81
|
223
|
+
rubocop-0-82: codeclimate/codeclimate-rubocop:rubocop-0-82
|
224
|
+
rubocop-0-83: codeclimate/codeclimate-rubocop:rubocop-0-83
|
225
|
+
rubocop-0-84: codeclimate/codeclimate-rubocop:rubocop-0-84
|
226
|
+
rubocop-0-85: codeclimate/codeclimate-rubocop:rubocop-0-85
|
227
|
+
rubocop-0-86: codeclimate/codeclimate-rubocop:rubocop-0-86
|
228
|
+
rubocop-0-87: codeclimate/codeclimate-rubocop:rubocop-0-87
|
217
229
|
description: A Ruby static code analyzer, based on the community Ruby style guide.
|
218
230
|
rubymotion:
|
219
231
|
channels:
|
@@ -240,6 +252,8 @@ shellcheck:
|
|
240
252
|
sonar-java:
|
241
253
|
channels:
|
242
254
|
stable: codeclimate/codeclimate-sonar-java
|
255
|
+
beta: codeclimate/codeclimate-sonar-java:sonar-java-5-14
|
256
|
+
sonar-java-5-14: codeclimate/codeclimate-sonar-java:sonar-java-5-14
|
243
257
|
description: Over 400 checks for bugs, vulnerabilities, and code smells in Java code.
|
244
258
|
minimum_memory_limit: 2_048_000_000
|
245
259
|
sonar-php:
|
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.
|
4
|
+
version: 0.85.12
|
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-
|
11
|
+
date: 2020-07-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -102,22 +102,22 @@ dependencies:
|
|
102
102
|
name: rainbow
|
103
103
|
requirement: !ruby/object:Gem::Requirement
|
104
104
|
requirements:
|
105
|
-
- - "~>"
|
106
|
-
- !ruby/object:Gem::Version
|
107
|
-
version: '2.0'
|
108
105
|
- - ">="
|
109
106
|
- !ruby/object:Gem::Version
|
110
107
|
version: 2.0.0
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '2.0'
|
111
111
|
type: :runtime
|
112
112
|
prerelease: false
|
113
113
|
version_requirements: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
|
-
- - "~>"
|
116
|
-
- !ruby/object:Gem::Version
|
117
|
-
version: '2.0'
|
118
115
|
- - ">="
|
119
116
|
- !ruby/object:Gem::Version
|
120
117
|
version: 2.0.0
|
118
|
+
- - "~>"
|
119
|
+
- !ruby/object:Gem::Version
|
120
|
+
version: '2.0'
|
121
121
|
- !ruby/object:Gem::Dependency
|
122
122
|
name: redcarpet
|
123
123
|
requirement: !ruby/object:Gem::Requirement
|
@@ -270,7 +270,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
270
270
|
- !ruby/object:Gem::Version
|
271
271
|
version: '0'
|
272
272
|
requirements: []
|
273
|
-
rubygems_version: 3.
|
273
|
+
rubygems_version: 3.0.3
|
274
274
|
signing_key:
|
275
275
|
specification_version: 4
|
276
276
|
summary: Code Climate CLI
|