root / Makefile @ 4d8456af
Historique | Voir | Annoter | Télécharger (326 octets)
| 1 |
.PHONY: lint |
|---|---|
| 2 |
lint: |
| 3 |
# TODO: add "--ignore-words .codespell.ignore-words" as soon as travis supports a newer |
| 4 |
# testing environment (containing codespell 0.11 or later). |
| 5 |
find plugins/ -type f -not -name "*.png" -not -name "*.conf" -not -name "*.jar" -print0 \ |
| 6 |
| xargs -0 codespell \ |
| 7 |
--exclude-file .codespell.exclude |
