Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / Makefile @ master

Historique | Voir | Annoter | Télécharger (345 octets)

1 4d8456af Lars Kruse
.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 d1a69fe2 Lars Kruse
	find plugins/ -type f -not -name "*.png" -not -name "*.conf" -not -name "*.jar" -not -name "*.pyc" -print0 \
6 4d8456af Lars Kruse
		| xargs -0 codespell \
7
			--exclude-file .codespell.exclude