Spellcheck the YAML - yielded one trivial fix.

This commit is contained in:
Eric S. Raymond 2025-05-25 10:57:34 -04:00
parent 9df69fe034
commit 3e989aec53
3 changed files with 15 additions and 5 deletions

View file

@ -75,6 +75,9 @@ pylint:
check: advent cheat pylint cppcheck
cd tests; $(MAKE) --quiet
spellcheck:
@batchspell adventure.yaml
reflow:
@clang-format --style="{IndentWidth: 8, UseTab: ForIndentation}" -i $$(find . -name "*.[ch]")
@black --quiet *.py