Révision d1a69fe2
lint: ignore python's compiled files for codespell
| Makefile | ||
|---|---|---|
| 2 | 2 |
lint: |
| 3 | 3 |
# TODO: add "--ignore-words .codespell.ignore-words" as soon as travis supports a newer |
| 4 | 4 |
# testing environment (containing codespell 0.11 or later). |
| 5 |
find plugins/ -type f -not -name "*.png" -not -name "*.conf" -not -name "*.jar" -print0 \ |
|
| 5 |
find plugins/ -type f -not -name "*.png" -not -name "*.conf" -not -name "*.jar" -not -name "*.pyc" -print0 \
|
|
| 6 | 6 |
| xargs -0 codespell \ |
| 7 | 7 |
--exclude-file .codespell.exclude |
Formats disponibles : Unified diff