mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 10:39:53 +00:00
lint: ignore python's compiled files for codespell
This commit is contained in:
parent
72eeb4155f
commit
d1a69fe25b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,6 +2,6 @@
|
|||
lint:
|
||||
# TODO: add "--ignore-words .codespell.ignore-words" as soon as travis supports a newer
|
||||
# testing environment (containing codespell 0.11 or later).
|
||||
find plugins/ -type f -not -name "*.png" -not -name "*.conf" -not -name "*.jar" -print0 \
|
||||
find plugins/ -type f -not -name "*.png" -not -name "*.conf" -not -name "*.jar" -not -name "*.pyc" -print0 \
|
||||
| xargs -0 codespell \
|
||||
--exclude-file .codespell.exclude
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue