Module: check_mk
Branch: master
Commit: c6b64092c52ced922898d6e53547abc09f931484
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c6b64092c52ced…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Apr 22 16:45:51 2016 +0200
Added pylint tests for checks, modules, web code
---
pylint/Makefile | 23 ++++++++++++
pylint/pylint-checks | 22 ++++++++++++
pylint/pylint-modules | 16 +++++++++
pylint/pylint-web | 60 ++++++++++++++++++++++++++++++++
pylint/pylint.log | 4 +++
pylint/pylint_cmk.py | 89 +++++++++++++++++++++++++++++++++++++++++++++++
pylint/pylintrc.checks | 42 ++++++++++++++++++++++
pylint/pylintrc.modules | 38 ++++++++++++++++++++
pylint/pylintrc.web | 40 +++++++++++++++++++++
9 files changed, 334 insertions(+)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=c6b64092c5…