codeclimate 0.76.0 → 0.77.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/config/engines.yml +16 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 0255ffcb74e724f3763ee076fbe2be79f6f9a4e92af9aeae2530ccb9e85e8d58
|
4
|
+
data.tar.gz: bd892a9d7dbbe7e66e0ce7ba0254f27e48670da035b05db32123ff31cbb3b356
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ed7f3c95fa119d478b4d2152e9a416b4ac59a62a6dcfb1489337ee7369daca4110e57f669987ee212c3df1c4855918ddd2652ef87fc114a74b9c48355de2d9a
|
7
|
+
data.tar.gz: 2a194ae6995e4002f3c6b4fa6e507c0aea7bc2f49693d2d308829e962e5750e9e0a02ed8c97d12991f6d3fb5b9cae05fdb26bd23676c66408eb5ea951331a0d8
|
data/config/engines.yml
CHANGED
@@ -28,6 +28,12 @@ coffeelint:
|
|
28
28
|
channels:
|
29
29
|
stable: codeclimate/codeclimate-coffeelint
|
30
30
|
description: A style checker for CoffeeScript.
|
31
|
+
codenarc:
|
32
|
+
channels:
|
33
|
+
stable: codeclimate/codeclimate-codenarc
|
34
|
+
description: >
|
35
|
+
CodeNarc analyzes Groovy code for defects, bad practices, inconsistencies,
|
36
|
+
style issues, and more.
|
31
37
|
codescan:
|
32
38
|
channels:
|
33
39
|
beta: codeclimate/codeclimate-codescan:beta
|
@@ -185,6 +191,16 @@ rustfmt:
|
|
185
191
|
channels:
|
186
192
|
beta: codeclimate/codeclimate-rustfmt:beta
|
187
193
|
description: A tool for formatting Rust code according to style guidelines.
|
194
|
+
sass-lint:
|
195
|
+
channels:
|
196
|
+
stable: codeclimate/codeclimate-sass-lint
|
197
|
+
description: >
|
198
|
+
A Node-only Sass linter for both sass and scss syntax!
|
199
|
+
scalastyle:
|
200
|
+
channels:
|
201
|
+
stable: codeclimate/codeclimate-scalastyle
|
202
|
+
description: >
|
203
|
+
A tool which examines your Scala code and indicates potential problems.
|
188
204
|
scss-lint:
|
189
205
|
channels:
|
190
206
|
stable: codeclimate/codeclimate-scss-lint
|
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.77.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-
|
11
|
+
date: 2018-09-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -271,7 +271,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
271
271
|
version: '0'
|
272
272
|
requirements: []
|
273
273
|
rubyforge_project:
|
274
|
-
rubygems_version: 2.
|
274
|
+
rubygems_version: 2.7.7
|
275
275
|
signing_key:
|
276
276
|
specification_version: 4
|
277
277
|
summary: Code Climate CLI
|