Skip to content

Commit 3cce194

Browse files
marschatthaclaude
andauthored
fix(haml-lint): update to version 0.69.0 (#2678)
## Summary - Updates haml-lint plugin from version 0.68.0 to 0.69.0 - Renames snapshot files to match the new version - Fixes CI test failures due to unavailable 0.68.0 version ## Test plan - [ ] CI tests pass with the updated version Related: https://github.com/qltysh/qlty/actions/runs/21845527264 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 61898bb commit 3cce194

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

qlty-plugins/plugins/linters/haml-lint/fixtures/__snapshots__/basic_v0.68.0.shot renamed to qlty-plugins/plugins/linters/haml-lint/fixtures/__snapshots__/basic_v0.69.0.shot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`linter=haml-lint fixture=basic version=0.68.0 1`] = `
3+
exports[`linter=haml-lint fixture=basic version=0.69.0 1`] = `
44
{
55
"issues": [
66
{

qlty-plugins/plugins/linters/haml-lint/fixtures/__snapshots__/empty_v0.68.0.shot renamed to qlty-plugins/plugins/linters/haml-lint/fixtures/__snapshots__/empty_v0.69.0.shot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`linter=haml-lint fixture=empty version=0.68.0 1`] = `
3+
exports[`linter=haml-lint fixture=empty version=0.69.0 1`] = `
44
{
55
"issues": [],
66
}

qlty-plugins/plugins/linters/haml-lint/plugin.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ config_version = "0"
44
runtime = "ruby"
55
package = "haml_lint"
66
file_types = ["haml"]
7-
latest_version = "0.68.0"
8-
known_good_version = "0.68.0"
7+
latest_version = "0.69.0"
8+
known_good_version = "0.69.0"
99
version_command = "haml-lint --version"
1010
config_files = [".haml-lint.yml"]
1111
description = "Keeps HAML files clean and readable"

0 commit comments

Comments
 (0)