>> ['pylint', '/mnt/storage/dev/projektit/buildhck/client/builds/buildhck/src/buildhck.py', '/mnt/storage/dev/projektit/buildhck/client/builds/buildhck/src/client/client.py']: No config file found, using default configuration ************* Module buildhck I: 2, 0: Locally disabling line-too-long (C0301) (locally-disabled) I: 42, 0: Locally disabling import-error (F0401) (locally-disabled) I:118, 0: Locally disabling too-many-arguments (R0913) (locally-disabled) I:223, 0: Locally disabling too-many-branches (R0912) (locally-disabled) I:269, 0: Locally disabling too-many-locals (R0914) (locally-disabled) I:562, 0: Locally disabling too-many-arguments (R0913) (locally-disabled) I:714, 0: Locally disabling invalid-name (C0103) (locally-disabled) W:689, 4: Uses of a deprecated module 'optparse' (deprecated-module) C:715, 4: Invalid constant name "application" (invalid-name) ************* Module client I: 2, 0: Locally disabling line-too-long (C0301) (locally-disabled) I:232, 0: Locally disabling too-many-branches (R0912) (locally-disabled) R: 1, 0: Similar lines in 2 files ==buildhck:108 ==client:32 def s_mkdir(sdir): '''safe mkdir''' if not os.path.exists(sdir): os.mkdir(sdir) if not os.path.isdir(sdir): raise IOError("local path '{}' is not a directory".format(sdir)) (duplicate-code) Report ====== 729 statements analysed. Statistics by type ------------------ +---------+-------+-----------+-----------+------------+---------+ |type |number |old number |difference |%documented |%badname | +=========+=======+===========+===========+============+=========+ |module |2 |1 |+1.00 |100.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |class |2 |2 |= |100.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |method |0 |0 |= |0 |0 | +---------+-------+-----------+-----------+------------+---------+ |function |61 |16 |+45.00 |100.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ External dependencies --------------------- :: lib \-bottle (buildhck) \-header (buildhck) protocols (client) Raw metrics ----------- +----------+-------+------+---------+-----------+ |type |number |% |previous |difference | +==========+=======+======+=========+===========+ |code |758 |83.39 |NC |NC | +----------+-------+------+---------+-----------+ |docstring |106 |11.66 |NC |NC | +----------+-------+------+---------+-----------+ |comment |12 |1.32 |NC |NC | +----------+-------+------+---------+-----------+ |empty |33 |3.63 |NC |NC | +----------+-------+------+---------+-----------+ Duplication ----------- +-------------------------+------+---------+-----------+ | |now |previous |difference | +=========================+======+=========+===========+ |nb duplicated lines |7 |0 |+7.00 | +-------------------------+------+---------+-----------+ |percent duplicated lines |0.657 |0.000 |+0.66 | +-------------------------+------+---------+-----------+ Messages by category -------------------- +-----------+-------+---------+-----------+ |type |number |previous |difference | +===========+=======+=========+===========+ |convention |1 |0 |+1.00 | +-----------+-------+---------+-----------+ |refactor |1 |0 |+1.00 | +-----------+-------+---------+-----------+ |warning |1 |0 |+1.00 | +-----------+-------+---------+-----------+ |error |0 |0 |= | +-----------+-------+---------+-----------+ % errors / warnings by module ----------------------------- +---------+------+--------+---------+-----------+ |module |error |warning |refactor |convention | +=========+======+========+=========+===========+ |buildhck |0.00 |100.00 |0.00 |100.00 | +---------+------+--------+---------+-----------+ |client |0.00 |0.00 |100.00 |0.00 | +---------+------+--------+---------+-----------+ Messages -------- +------------------+------------+ |message id |occurrences | +==================+============+