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

tests: enable shellcheck for shell-based plugins and flake8 for python-based plugins

Many plugins are still failing these tests.
These expected failures are listed in a file
(t/test-exception-wrapper.expected-failures)
A wrapper script is used for running the tests and comparing the result
with the expectation (based on the file being listed in the above file).

This allows to test all new plugins, while ignoring all known failures.
This commit is contained in:
Lars Kruse 2019-08-12 06:01:49 +02:00
parent 53860136a5
commit e5abdeeb12
4 changed files with 599 additions and 21 deletions

View file

@ -5,7 +5,9 @@ addons:
packages:
- devscripts
- python
- python-flake8
- python3
- python3-flake8
- ruby
- php-cli
- gawk