1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 10:39:53 +00:00

Introduce spelling tests via codespell

This commit is contained in:
Lars Kruse 2020-03-26 03:48:22 +01:00
parent 4cea2f60f9
commit 4d8456af03
4 changed files with 59 additions and 0 deletions

View file

@ -3,6 +3,7 @@ dist: bionic
addons:
apt:
packages:
- codespell
- devscripts
- python
- python-flake8
@ -84,4 +85,5 @@ before_install:
# - MythTV
script:
- make lint
- prove