codeclimate 0.85.14 → 0.85.21

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d4fa89ce6ab6ee53cc47f8533928b9fa8b271780b58714498fa9534d06d5740
4
- data.tar.gz: 63599f7efaa96a233e1ffc272bcf9f74cfa15881b58657294ca03512dea8263e
3
+ metadata.gz: b22b940ccc69f0d9883f937c51cdbea4f3a393576d8bd04f60db16eb3ce1dfe1
4
+ data.tar.gz: d3e0f22d7597801eaeab9d31896bdef072f90b07e4136560905803452d8dd205
5
5
  SHA512:
6
- metadata.gz: 8727fe97395d6dce7fc69e9b9fa8cfc9f784f949e5975fac3ddb2fe25d569300e9b63ac3bbaf1b22f0c612d5c65851842a3c0b6e3236d836773d69264fa99dd9
7
- data.tar.gz: 66bac9e0b613e8f569ff6d5b29a23bcb50177e3b364cc05b9824b69cb76b82923481f1a8c08050d8604339cefb0f49b460dc79b541e365502e480cdfb2e925a4
6
+ metadata.gz: 27d49fe9280cafd7a0ee4cea607de30165f7ad713a4a5f27a284f31e3abba8120933a80f993552888337892090eb22c521499142d59e366e28fcf5913ad1b057
7
+ data.tar.gz: 1ceb117bd03cfa81decc7d17e5d5e4e712dce06e1e53e13bb9293dd6c9dd187d13547299f4a7e68c77e2ea2166dafba87bedaca32a9fad4be29c101753031408
@@ -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
@@ -71,7 +76,7 @@ eslint:
71
76
  eslint-4: codeclimate/codeclimate-eslint:eslint-4
72
77
  eslint-5: codeclimate/codeclimate-eslint:eslint-5
73
78
  eslint-6: codeclimate/codeclimate-eslint:eslint-6
74
- eslint-6: codeclimate/codeclimate-eslint:eslint-7
79
+ eslint-7: codeclimate/codeclimate-eslint:eslint-7
75
80
  description: A JavaScript/JSX linting utility.
76
81
  flog:
77
82
  channels:
@@ -149,10 +154,12 @@ pep8:
149
154
  phan:
150
155
  channels:
151
156
  stable: codeclimate/codeclimate-phan
157
+ beta: codeclimate/codeclimate-phan:beta
152
158
  description: Phan is a static analyzer for PHP.
153
159
  phpcodesniffer:
154
160
  channels:
155
161
  stable: codeclimate/codeclimate-phpcodesniffer
162
+ beta: codeclimate/codeclimate-phpcodesniffer:beta
156
163
  description: Detects violations of a defined set of coding standards in PHP.
157
164
  phpmd:
158
165
  channels:
@@ -216,6 +223,7 @@ rubocop:
216
223
  rubocop-0-74: codeclimate/codeclimate-rubocop:rubocop-0-74
217
224
  rubocop-0-75: codeclimate/codeclimate-rubocop:rubocop-0-75
218
225
  rubocop-0-76: codeclimate/codeclimate-rubocop:rubocop-0-76
226
+ rubocop-0-76-airbnb: codeclimate/codeclimate-rubocop:rubocop-0-76-airbnb
219
227
  rubocop-0-77: codeclimate/codeclimate-rubocop:rubocop-0-77
220
228
  rubocop-0-78: codeclimate/codeclimate-rubocop:rubocop-0-78
221
229
  rubocop-0-79: codeclimate/codeclimate-rubocop:rubocop-0-79
@@ -228,6 +236,9 @@ rubocop:
228
236
  rubocop-0-86: codeclimate/codeclimate-rubocop:rubocop-0-86
229
237
  rubocop-0-87: codeclimate/codeclimate-rubocop:rubocop-0-87
230
238
  rubocop-0-88: codeclimate/codeclimate-rubocop:rubocop-0-88
239
+ rubocop-0-89: codeclimate/codeclimate-rubocop:rubocop-0-89
240
+ rubocop-0-90: codeclimate/codeclimate-rubocop:rubocop-0-90
241
+ rubocop-0-92: codeclimate/codeclimate-rubocop:rubocop-0-92
231
242
  description: A Ruby static code analyzer, based on the community Ruby style guide.
232
243
  rubymotion:
233
244
  channels:
@@ -247,6 +258,10 @@ scss-lint:
247
258
  channels:
248
259
  stable: codeclimate/codeclimate-scss-lint
249
260
  description: A configurable tool for writing clean and consistent SCSS.
261
+ semgrep:
262
+ channels:
263
+ stable: codeclimate/codeclimate-semgrep
264
+ description: A configurable tool that allows for custom static analysis on multiple languages.
250
265
  shellcheck:
251
266
  channels:
252
267
  stable: codeclimate/codeclimate-shellcheck
@@ -268,6 +283,11 @@ sonar-python:
268
283
  stable: codeclimate/codeclimate-sonar-python
269
284
  description: SonarLint for Python.
270
285
  minimum_memory_limit: 2_048_000_000
286
+ standard:
287
+ channels:
288
+ stable: codeclimate/codeclimate-standard
289
+ beta: codeclimate/codeclimate-standard
290
+ description: Standard static analysis tool.
271
291
  structure:
272
292
  channels:
273
293
  stable: codeclimate/codeclimate-structure
@@ -9,9 +9,9 @@ module CC
9
9
  EngineDetails = Struct.new(:image, :command, :description, :memory)
10
10
  EngineDetailsNotFoundError = Class.new(StandardError)
11
11
 
12
- def initialize(path = DEFAULT_MANIFEST_PATH, prefix = "")
12
+ def initialize(path = DEFAULT_MANIFEST_PATH, prefix = nil)
13
13
  @yaml = YAML.safe_load(File.read(path))
14
- @prefix = prefix
14
+ @prefix = prefix || ENV["CODECLIMATE_PREFIX"] || ""
15
15
  end
16
16
 
17
17
  def each
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.14
4
+ version: 0.85.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Climate
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-14 00:00:00.000000000 Z
11
+ date: 2021-01-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -255,7 +255,7 @@ homepage: https://codeclimate.com
255
255
  licenses:
256
256
  - AGPL
257
257
  metadata: {}
258
- post_install_message:
258
+ post_install_message:
259
259
  rdoc_options: []
260
260
  require_paths:
261
261
  - lib
@@ -271,7 +271,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
271
271
  version: '0'
272
272
  requirements: []
273
273
  rubygems_version: 3.0.3
274
- signing_key:
274
+ signing_key:
275
275
  specification_version: 4
276
276
  summary: Code Climate CLI
277
277
  test_files: []