haml_lint 0.65.0 → 0.65.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/lib/haml_lint/reporter/disabled_config_reporter.rb +1 -1
- data/lib/haml_lint/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 479b1f45c672749fa534b80d9de462db3ce770b8e3c981c6dc0bf333fe107f9e
|
4
|
+
data.tar.gz: b113befff0c47cfad5c5d2b13283ec4eef299c0a2f32ed8431dfaeb79a700895
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10bc8f4d80f76247645d6a41a5f6871e221ccd4bb385fe343b92944de976e4675d2ec6032ddac122ee860ca00ec57d2735c85075ce077f0a1af89014ad84a7db
|
7
|
+
data.tar.gz: 9b7b0511a48d09b805b11b6f3869e6a14787c2bc013ba4549553e6ead74fd9eebc1accacbf0e9fb045142d95c1750a05b4b1ef7964cdae7f87ee57d560fc6bc6
|
@@ -91,7 +91,7 @@ module HamlLint
|
|
91
91
|
linters_with_lints.sort.each do |linter, files|
|
92
92
|
output << generate_config_for_linter(linter, files)
|
93
93
|
end
|
94
|
-
output.join("\n\n")
|
94
|
+
output.join("\n\n") + "\n"
|
95
95
|
end
|
96
96
|
|
97
97
|
# Constructs the configuration for excluding a linter in some files.
|
data/lib/haml_lint/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: haml_lint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.65.
|
4
|
+
version: 0.65.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shane da Silva
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-07-
|
10
|
+
date: 2025-07-24 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: haml
|