Spellcheck the YAML - yielded one trivial fix.
This commit is contained in:
parent
9df69fe034
commit
3e989aec53
3 changed files with 15 additions and 5 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue