codeclimate 0.16.2 → 0.16.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/engines.yml +16 -8
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dab4a8171b3e0e7c4f17db5ed216cb6810baf13d
4
- data.tar.gz: bb4ab25fc3844804fb93861030d87fe06d7ac25f
3
+ metadata.gz: 2db11d7dedcb9b02f452d68f43d254a22b8ba94b
4
+ data.tar.gz: 5a7a77a0a5c048011d536af021a31824b42632d2
5
5
  SHA512:
6
- metadata.gz: 2be04a54ea44d62d1b12f909432c10d93c77526ea52ba57e2c03ddd9dcc727b391d65b5c1224d5de1d08d1761a854f8e43c638eebef1097f24690545b62b5f4e
7
- data.tar.gz: 6e4ee783b61c85f2e67cc85e5cf121ad53ec385e0af22b85b34cace3654586727440c2ffc5b1bda6b29357b16ab6f77ffe42e11d842264338c054c0b0dc05722
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
- - \.inc$
59
- - \.js$
60
- - \.jsx$
61
- - \.module$
62
- - \.php$
63
- - \.py$
64
- - \.rb$
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.2
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-17 00:00:00.000000000 Z
11
+ date: 2015-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport