haml_lint 0.37.0 → 0.37.1
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/default.yml +1 -0
- data/lib/haml_lint/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8863f65bfdd024cd8dcb34e0c0f76401798afc1ba86e3f68a1bf128fad4d7a0e
|
|
4
|
+
data.tar.gz: c659429275e92bbc87200848bd616c73cf1a9a418ea8c5bc042425cbb0c34dae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9281eed257dc6972cbe29fe8e9d1f00affd6f1d8bb6880ae4e10a6252722e65feaac262a148b94ed25ebfd401e4ec17403169ea5a0613a0fa56921cbcb34585f
|
|
7
|
+
data.tar.gz: 8bd38dfe3c05da8ce82d7a021c22eba361af40d53d07a38b55c2b4452e05fcc3efce99f556f7725a51b21f66b9f36993f77ebc3596cd7bd367e89054b4fafd06
|
data/config/default.yml
CHANGED
|
@@ -93,6 +93,7 @@ linters:
|
|
|
93
93
|
- Lint/Void
|
|
94
94
|
- Layout/AlignHash # renamed to Layout/HashAlignment in rubocop 0.77
|
|
95
95
|
- Layout/AlignParameters # renamed to Layout/ParameterAlignment in rubocop 0.77
|
|
96
|
+
- Layout/ArgumentAlignment
|
|
96
97
|
- Layout/CaseIndentation
|
|
97
98
|
- Layout/ElseAlignment
|
|
98
99
|
- Layout/EndOfLine
|
data/lib/haml_lint/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: haml_lint
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.37.
|
|
4
|
+
version: 0.37.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Shane da Silva
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: haml
|
|
@@ -185,7 +185,7 @@ homepage: https://github.com/sds/haml-lint
|
|
|
185
185
|
licenses:
|
|
186
186
|
- MIT
|
|
187
187
|
metadata: {}
|
|
188
|
-
post_install_message:
|
|
188
|
+
post_install_message:
|
|
189
189
|
rdoc_options: []
|
|
190
190
|
require_paths:
|
|
191
191
|
- lib
|
|
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
201
201
|
version: '0'
|
|
202
202
|
requirements: []
|
|
203
203
|
rubygems_version: 3.1.4
|
|
204
|
-
signing_key:
|
|
204
|
+
signing_key:
|
|
205
205
|
specification_version: 4
|
|
206
206
|
summary: HAML lint tool
|
|
207
207
|
test_files: []
|