>> ['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:563, 0: Locally disabling too-many-arguments (R0913) (locally-disabled) I:715, 0: Locally disabling invalid-name (C0103) (locally-disabled) C:579, 0: No space allowed after bracket metadata[key] = { 'status': -1 } ^ (bad-whitespace) C:579, 0: No space allowed before bracket metadata[key] = { 'status': -1 } ^ (bad-whitespace) W:690, 4: Uses of a deprecated module 'optparse' (deprecated-module) C:716, 4: Invalid constant name "application" (invalid-name) ************* Module client I: 2, 0: Locally disabling line-too-long (C0301) (locally-disabled) I:230, 0: Locally disabling too-many-branches (R0912) (locally-disabled) R: 1, 0: Similar lines in 2 files ==buildhck:108 ==client:31 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 ====== 723 statements analysed. Statistics by type ------------------ +---------+-------+-----------+-----------+------------+---------+ |type |number |old number |difference |%documented |%badname | +=========+=======+===========+===========+============+=========+ |module |2 |2 |= |100.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |class |2 |2 |= |100.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |method |0 |0 |= |0 |0 | +---------+-------+-----------+-----------+------------+---------+ |function |61 |60 |+1.00 |100.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ External dependencies --------------------- :: lib \-bottle (buildhck) \-header (buildhck) protocols (client) Raw metrics ----------- +----------+-------+------+---------+-----------+ |type |number |% |previous |difference | +==========+=======+======+=========+===========+ |code |750 |83.15 |723 |+27.00 | +----------+-------+------+---------+-----------+ |docstring |107 |11.86 |100 |+7.00 | +----------+-------+------+---------+-----------+ |comment |12 |1.33 |12 |= | +----------+-------+------+---------+-----------+ |empty |33 |3.66 |31 |+2.00 | +----------+-------+------+---------+-----------+ Duplication ----------- +-------------------------+------+---------+-----------+ | |now |previous |difference | +=========================+======+=========+===========+ |nb duplicated lines |7 |7 |= | +-------------------------+------+---------+-----------+ |percent duplicated lines |0.661 |0.690 |-0.03 | +-------------------------+------+---------+-----------+ Messages by category -------------------- +-----------+-------+---------+-----------+ |type |number |previous |difference | +===========+=======+=========+===========+ |convention |3 |1 |+2.00 | +-----------+-------+---------+-----------+ |refactor |1 |1 |= | +-----------+-------+---------+-----------+ |warning |1 |4 |-3.00 | +-----------+-------+---------+-----------+ |error |0 |0 |= | +-----------+-------+---------+-----------+ % errors / warnings by module ----------------------------- +---------+------+--------+---------+-----------+ |module |error |warning |refactor |convention | +=========+======+========+=========+===========+ |buildhck |0.00 |100.00 |0.00 |100.00 | +---------+------+--------+---------+-----------+