Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Sep 20, 2023
1 parent bfcec43 commit a20811b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/Joblint/testdata/test.ct
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ cdf ${ROOTDIR}/Basic
$ cdf ${ROOTDIR}/basic
$ vale --output=line --sort --normalize --relative --no-exit fail.md pass.md real.md
fail.md:3:21:Joblint.Profanity:Remove 'fucking'
fail.md:3:37:Joblint.TechTerms:Use 'JavaScript' instead of 'java script'
Expand Down
2 changes: 1 addition & 1 deletion pkg/alex/testdata/test.ct
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ cdf ${ROOTDIR}/Basic
$ cdf ${ROOTDIR}/basic
$ vale --output=line --sort --normalize --relative --no-exit fail.md pass.md
fail.md:3:21:alex.ProfanityLikely:Don't use 'fucking', it's profane.
2 changes: 1 addition & 1 deletion pkg/proselint/testdata/test.ct
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ cdf ${ROOTDIR}/Basic
$ cdf ${ROOTDIR}/basic
$ vale --output=line --sort --normalize --relative --no-exit test.md
test.md:1:19:proselint.Nonwords:Consider using 'regardless' instead of 'irregardless'.
test.md:3:18:proselint.Archaisms:'perchance' is archaic.
Expand Down
3 changes: 1 addition & 2 deletions pkg/write-good/testdata/test.ct
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ test.md:3:1:write-good.E-Prime:Try to avoid using 'Here's'.
test.md:6:1:write-good.E-Prime:Try to avoid using 'It's'.

$ cdf ${ROOTDIR}/Illusions
$ vale --output=line --sort --normalize --relative test.md test.rst
$ vale --output=line --sort --normalize --relative test.md
test.md:1:1:write-good.Illusions:'the' is repeated!
test.rst:1:1:write-good.Illusions:'foo' is repeated!

$ cdf ${ROOTDIR}/Passive
$ vale --output=line --sort --normalize --relative test.md
Expand Down

0 comments on commit a20811b

Please sign in to comment.