Projet

Général

Profil

Révision d1a69fe2

IDd1a69fe25b04ef4f3a0bc157caf3d0827761feb1
Parent 72eeb415
Enfant 36748826

Ajouté par Lars Kruse il y a plus de 5 ans

lint: ignore python's compiled files for codespell

Voir les différences:

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