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:
parent
4cea2f60f9
commit
4d8456af03
4 changed files with 59 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue