haml_lint 0.18.2 → 0.18.3

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
  SHA1:
3
- metadata.gz: 1e62485b5a5cfd611b764d2e83560bc3e81b174f
4
- data.tar.gz: 773e5beb63aa9c6759499fab2a7cedc9844d52a6
3
+ metadata.gz: 4615a213ff3d87b4d05a6e7455f253563862506b
4
+ data.tar.gz: c7c3c9355d79429eab84513b8fd41c134c31f69f
5
5
  SHA512:
6
- metadata.gz: 1744cc9bb1276c04f5a35ed795eeb926802554d90c2a963d3315a7fef4877bca03c40a9ba7ac28f9dc02e17d7f678b6696daf6e90a0a5772d5e0b523faadc465
7
- data.tar.gz: 08caf5fe8f62593e45bee7fd440236e2aa18f2457076f7a3a4714de3f3f681afe8a7271de32eba89677e30579906898ce6bcb86ef6781984d8ece86811e28751
6
+ metadata.gz: 05e2289d369fcd2709a4f99d8ddbb3fdef1c34016c65df8e239ab50e7c107b9c0947654615f2bab1d673b89e1f1f6d079a50e423cf88d3813ca70677964f2abd
7
+ data.tar.gz: b4c4d6034bc65f380dbd84eb5a28072ecfccb379b62442c4d55a7675a9b434576c23410f208db58e71a3c9a3599ab57e139b9598833aee2eb69b722e1b777dfb
data/config/default.yml CHANGED
@@ -64,6 +64,7 @@ linters:
64
64
  - Lint/BlockAlignment
65
65
  - Lint/EndAlignment
66
66
  - Lint/Void
67
+ - Metrics/BlockLength
67
68
  - Metrics/LineLength
68
69
  - Style/AlignParameters
69
70
  - Style/BlockNesting
@@ -2,5 +2,5 @@
2
2
 
3
3
  # Defines the gem version.
4
4
  module HamlLint
5
- VERSION = '0.18.2'.freeze
5
+ VERSION = '0.18.3'.freeze
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haml_lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.2
4
+ version: 0.18.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brigade Engineering
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-28 00:00:00.000000000 Z
12
+ date: 2016-10-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: haml
@@ -170,4 +170,3 @@ signing_key:
170
170
  specification_version: 4
171
171
  summary: HAML lint tool
172
172
  test_files: []
173
- has_rdoc: