Skip to content

Commit

Permalink
Add documentation note about the just check-cases recipe from tests…
Browse files Browse the repository at this point in the history
… justfile
  • Loading branch information
laniakea64 committed Apr 3, 2024
1 parent a47e576 commit 4f6eea3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,11 @@ to run them and then copy-paste intentional parts of the
diff output into the relevant html files.

Filetype detection tests are documented in `tests/cases/ftdetect.yml`.

### About test cases

To assist with accuracy of `vim-just` syntax highlighting,
most of the test case justfiles are designed to be valid and runnable.

Running `just check-cases` in tests/ performs basic validity checking of all test case justfiles
except for files intentionally flagged as invalid. The exceptions list is in the tests justfile.

0 comments on commit 4f6eea3

Please sign in to comment.