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

Tests: add ruby style and code checks via rubocop

At the moment all plugins fail the test out of various reasons.
Thus they are exempted from causing test failures.

But future (new) plugins will fail the test and thus indicate the
relevant steps to fix issues before a plugin is included.
This commit is contained in:
Lars Kruse 2020-08-25 17:41:46 +02:00
parent 809639ab65
commit 758c3ecdd7
3 changed files with 49 additions and 6 deletions

View file

@ -16,6 +16,7 @@ addons:
- zsh
- pylint
- shellcheck
- rubocop
- pkg-config
- libdb-dev
- libvirt-dev