codeclimate 0.16.2 → 0.16.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/engines.yml +16 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2db11d7dedcb9b02f452d68f43d254a22b8ba94b
|
4
|
+
data.tar.gz: 5a7a77a0a5c048011d536af021a31824b42632d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4eae5e5cdf75677c9c9a806cab0577c629d2c1c997fb81d7da019d16f24b1e2907606d85bc44ec099c28c4ddf4016230825996f52034b9a030442ae78cb42ba1
|
7
|
+
data.tar.gz: d356cb249030c8cb92240be787bd8e2c56d3aff8cee37317256906aa9b338159f38c36ccbde6354dc7f6b143337b35f85cb78afd7bf9cfc913d4ecfffeb85a42
|
data/config/engines.yml
CHANGED
@@ -54,14 +54,14 @@ duplication:
|
|
54
54
|
image: codeclimate/codeclimate-duplication
|
55
55
|
description: Structural duplication detection for Ruby, Python, JavaScript, and PHP.
|
56
56
|
community: false
|
57
|
-
enable_regexps:
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
57
|
+
# enable_regexps:
|
58
|
+
# - \.inc$
|
59
|
+
# - \.js$
|
60
|
+
# - \.jsx$
|
61
|
+
# - \.module$
|
62
|
+
# - \.php$
|
63
|
+
# - \.py$
|
64
|
+
# - \.rb$
|
65
65
|
default_ratings_paths:
|
66
66
|
- "**.inc"
|
67
67
|
- "**.js"
|
@@ -125,6 +125,14 @@ foodcritic:
|
|
125
125
|
community: true
|
126
126
|
enable_regexps:
|
127
127
|
default_ratings_paths:
|
128
|
+
hlint:
|
129
|
+
image: codeclimate/codeclimate-hlint
|
130
|
+
description: Linter for Haskell programs.
|
131
|
+
community: true
|
132
|
+
enable_regexps:
|
133
|
+
- \.hs$
|
134
|
+
default_ratings_paths:
|
135
|
+
- "**.hs"
|
128
136
|
nodesecurity:
|
129
137
|
image: codeclimate/codeclimate-nodesecurity
|
130
138
|
description: Security tool for Node.js dependencies.
|
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.16.
|
4
|
+
version: 0.16.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Code Climate
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|