Skip to content

Commit

Permalink
Revert fixture format
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Nov 20, 2024
1 parent 7dcabc5 commit d00e770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .qlty/qlty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ exclude_patterns = [
"**/vendor/**",
"**/assets/**",
"**/linters/**",
"**/fixtures/**",
]

test_patterns = [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

echo $x
echo "You are running on $(uname)"
echo "You are running on `uname`"

0 comments on commit d00e770

Please sign in to comment.