Skip to content

Commit

Permalink
test: add spec for success and failure scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Jun 22, 2024
1 parent 530160c commit b4fe377
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .automation/test/repository_file/bad/.ls-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ls:
.txt: lowercase
1 change: 1 addition & 0 deletions .automation/test/repository_file/bad/TEST.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
content
2 changes: 2 additions & 0 deletions .automation/test/repository_file/good/.ls-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ls:
.txt: lowercase
1 change: 1 addition & 0 deletions .automation/test/repository_file/good/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
content

0 comments on commit b4fe377

Please sign in to comment.