codeclimate 0.77.0 → 0.78.0
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/config/engines.yml +22 -26
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 16b9c6f3bfcac4c6eca279d0706baaf3d8950afb894b51ef959121a3cb1772cd
|
|
4
|
+
data.tar.gz: 1e848f29e7b85aab281be259a898ad0ea9e307e3ac6bdb5917115c12a0799bb0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 199081492233b61270aa3b071cb59cea83f05c2022290c27f6f6070617664709e4edf47b31089b358ba2af328efbab0725a0da1b08857408eb240779477532b7
|
|
7
|
+
data.tar.gz: 98393fcc4011855e6453c0601a6f98b9f83efc4d3403847dbc136de9dc7a9fe682c09e299f30bf5eaa6b6b1ceeff4fbcba43fbf765293fa22a33a429ce460e30
|
data/config/engines.yml
CHANGED
|
@@ -18,7 +18,6 @@ bundler-audit:
|
|
|
18
18
|
checkstyle:
|
|
19
19
|
channels:
|
|
20
20
|
stable: codeclimate/codeclimate-checkstyle
|
|
21
|
-
beta: codeclimate/codeclimate-checkstyle:beta
|
|
22
21
|
description: Helps programmers write Java that adheres to a coding standard.
|
|
23
22
|
csslint:
|
|
24
23
|
channels:
|
|
@@ -34,23 +33,31 @@ codenarc:
|
|
|
34
33
|
description: >
|
|
35
34
|
CodeNarc analyzes Groovy code for defects, bad practices, inconsistencies,
|
|
36
35
|
style issues, and more.
|
|
37
|
-
|
|
36
|
+
cppcheck:
|
|
38
37
|
channels:
|
|
39
|
-
|
|
38
|
+
stable: codeclimate/codeclimate-cppcheck
|
|
40
39
|
description: >
|
|
41
|
-
|
|
42
|
-
Lightning.
|
|
40
|
+
Cppcheck is a static analysis tool for C/C++ code.
|
|
43
41
|
credo:
|
|
44
42
|
channels:
|
|
45
|
-
|
|
43
|
+
stable: codeclimate/codeclimate-credo
|
|
46
44
|
description: >
|
|
47
45
|
A static code analysis tool for the Elixir language with a focus on code
|
|
48
46
|
consistency and teaching.
|
|
49
47
|
duplication:
|
|
50
48
|
channels:
|
|
51
|
-
beta: codeclimate/codeclimate-duplication:beta
|
|
52
49
|
stable: codeclimate/codeclimate-duplication
|
|
53
50
|
description: Structural duplication detection for Ruby, Python, Java, JavaScript, and PHP.
|
|
51
|
+
editorconfig:
|
|
52
|
+
channels:
|
|
53
|
+
stable: codeclimate/codeclimate-editorconfig
|
|
54
|
+
description: >
|
|
55
|
+
EditorConfig helps developers define and maintain consistent coding styles
|
|
56
|
+
between different editors and IDEs.
|
|
57
|
+
ember-template-lint:
|
|
58
|
+
channels:
|
|
59
|
+
stable: codeclimate/codeclimate-ember-template-lint
|
|
60
|
+
description: Linter for Ember or Handlebars templates.
|
|
54
61
|
eslint:
|
|
55
62
|
channels:
|
|
56
63
|
stable: codeclimate/codeclimate-eslint
|
|
@@ -61,7 +68,6 @@ eslint:
|
|
|
61
68
|
description: A JavaScript/JSX linting utility.
|
|
62
69
|
flog:
|
|
63
70
|
channels:
|
|
64
|
-
beta: codeclimate/codeclimate-flog:beta
|
|
65
71
|
stable: codeclimate/codeclimate-flog
|
|
66
72
|
description: Easy to read reporting of complexity/pain for Ruby code.
|
|
67
73
|
git-legal:
|
|
@@ -106,7 +112,6 @@ haxe-checkstyle:
|
|
|
106
112
|
description: Checkstyle is a development library to help developers write Haxe code that adheres to a coding standard.
|
|
107
113
|
haml-lint:
|
|
108
114
|
channels:
|
|
109
|
-
beta: codeclimate/codeclimate-haml-lint:beta
|
|
110
115
|
stable: codeclimate/codeclimate-haml-lint
|
|
111
116
|
description: A tool for writing clean and consistent HAML.
|
|
112
117
|
hlint:
|
|
@@ -117,6 +122,11 @@ kibit:
|
|
|
117
122
|
channels:
|
|
118
123
|
stable: codeclimate/codeclimate-kibit
|
|
119
124
|
description: Static code analyzer for Clojure, ClojureScript, cljx and other Clojure variants.
|
|
125
|
+
luacheck:
|
|
126
|
+
channels:
|
|
127
|
+
stable: codeclimate/codeclimate-luacheck
|
|
128
|
+
description: >
|
|
129
|
+
A tool for linting and static analysis of Lua code.
|
|
120
130
|
markdownlint:
|
|
121
131
|
channels:
|
|
122
132
|
stable: codeclimate/codeclimate-markdownlint
|
|
@@ -141,19 +151,10 @@ phpmd:
|
|
|
141
151
|
channels:
|
|
142
152
|
stable: codeclimate/codeclimate-phpmd
|
|
143
153
|
description: A PHP static analysis tool.
|
|
144
|
-
proselint:
|
|
145
|
-
channels:
|
|
146
|
-
beta: codeclimate/codeclimate-proselint:beta
|
|
147
|
-
description: A linter for prose.
|
|
148
154
|
pmd:
|
|
149
155
|
channels:
|
|
150
156
|
stable: codeclimate/codeclimate-pmd
|
|
151
|
-
beta: codeclimate/codeclimate-pmd:beta
|
|
152
157
|
description: A source code analyzer for Java.
|
|
153
|
-
pylint:
|
|
154
|
-
channels:
|
|
155
|
-
beta: codeclimate/codeclimate-pylint:beta
|
|
156
|
-
description: A linter for Python.
|
|
157
158
|
radon:
|
|
158
159
|
channels:
|
|
159
160
|
stable: codeclimate/codeclimate-radon
|
|
@@ -161,7 +162,9 @@ radon:
|
|
|
161
162
|
reek:
|
|
162
163
|
channels:
|
|
163
164
|
stable: codeclimate/codeclimate-reek
|
|
164
|
-
description:
|
|
165
|
+
description: >
|
|
166
|
+
Reek examines Ruby classes, modules, and methods and reports any code
|
|
167
|
+
smells it finds.
|
|
165
168
|
requiresafe:
|
|
166
169
|
channels:
|
|
167
170
|
stable: codeclimate/codeclimate-nodesecurity
|
|
@@ -187,10 +190,6 @@ rubymotion:
|
|
|
187
190
|
channels:
|
|
188
191
|
stable: codeclimate/codeclimate-rubymotion
|
|
189
192
|
description: Rubymotion-specific rubocop checks.
|
|
190
|
-
rustfmt:
|
|
191
|
-
channels:
|
|
192
|
-
beta: codeclimate/codeclimate-rustfmt:beta
|
|
193
|
-
description: A tool for formatting Rust code according to style guidelines.
|
|
194
193
|
sass-lint:
|
|
195
194
|
channels:
|
|
196
195
|
stable: codeclimate/codeclimate-sass-lint
|
|
@@ -212,7 +211,6 @@ shellcheck:
|
|
|
212
211
|
sonar-java:
|
|
213
212
|
channels:
|
|
214
213
|
stable: codeclimate/codeclimate-sonar-java
|
|
215
|
-
beta: codeclimate/codeclimate-sonar-java:beta
|
|
216
214
|
description: Over 400 checks for bugs, vulnerabilities, and code smells in Java code.
|
|
217
215
|
minimum_memory_limit: 2_048_000_000
|
|
218
216
|
sonar-php:
|
|
@@ -227,12 +225,10 @@ sonar-python:
|
|
|
227
225
|
minimum_memory_limit: 2_048_000_000
|
|
228
226
|
structure:
|
|
229
227
|
channels:
|
|
230
|
-
beta: codeclimate/codeclimate-structure:beta
|
|
231
228
|
stable: codeclimate/codeclimate-structure
|
|
232
229
|
description: Performs structural checks on code.
|
|
233
230
|
stylelint:
|
|
234
231
|
channels:
|
|
235
|
-
beta: codeclimate/codeclimate-stylelint:beta
|
|
236
232
|
stable: codeclimate/codeclimate-stylelint
|
|
237
233
|
description: A mighty, modern CSS linter.
|
|
238
234
|
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.
|
|
4
|
+
version: 0.78.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code Climate
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-09-
|
|
11
|
+
date: 2018-09-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|