Historique | Voir | Annoter | Télécharger (13,8 ko)
Remove "upnpc_" from list of expected code style test failures
It was probably fixed around 81bf32a5.
Plugin w1_: add executable flag and tolerate shellcheck failure
Hopefully the issue will be resolved via #1011.
Plugin lighttpd_: fix code style issues reported by flake8
Plugin icecast2_all: fix code style issues reported by flake8
Plugin icecast2_: fix code style issues reported by flake8
Plugin ethermine_hashrate_: fix code style issues reported by flake8
Plugin btcguild_hashrate_: fix code style issues reported by flake8
Plugin snmp__airport: fix code style issues reported by flake8
Plugin snmp__synology: fix code style issues reported by flake8
Remove plugin solrmulticore
The plugin was introduced in 2011 and superseded by the solr4_ pluginintroduced in 2013.
Remove plugin solr
The plugin saw only one substantial commit (its initial addition to therepository). This very first version of the plugin was already broken(undefined variable "core1") and was never fixed.Thus it feels sane to assume, that the plugin was never used.
Plugin solr4_: fix code style issues reported by flake8
Plugin tor_: fix code style issues reported by flake8
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...