Skip to content

Commit 28356d3

Browse files
committed
update test-lintrule
1 parent f0dae63 commit 28356d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,12 @@ test-lintrule name:
139139
just _touch crates/biome_json_analyze/tests/spec_tests.rs
140140
just _touch crates/biome_css_analyze/tests/spec_tests.rs
141141
just _touch crates/biome_graphql_analyze/tests/spec_tests.rs
142+
just _touch crates/biome_html_analyze/tests/spec_tests.rs
142143
cargo test -p biome_js_analyze -- {{snakecase(name)}} --show-output
143144
cargo test -p biome_json_analyze -- {{snakecase(name)}} --show-output
144145
cargo test -p biome_css_analyze -- {{snakecase(name)}} --show-output
145146
cargo test -p biome_graphql_analyze -- {{snakecase(name)}} --show-output
147+
cargo test -p biome_html_analyze -- {{snakecase(name)}} --show-output
146148

147149
# Tests a lint rule. The name of the rule needs to be camel case
148150
test-transformation name:

0 commit comments

Comments
 (0)