>> ['pylint', '/mnt/storage/dev/projektit/buildhck/client/builds/buildhck/src/buildhck/buildhck.py', '/mnt/storage/dev/projektit/buildhck/client/builds/buildhck/src/buildhck/client/client.py']: No config file found, using default configuration ************* Module buildhck.buildhck I: 1, 0: Locally disabling line-too-long (C0301) (locally-disabled) I: 94, 0: Locally disabling too-many-arguments (R0913) (locally-disabled) I:193, 0: Locally disabling too-many-branches (R0912) (locally-disabled) I:229, 0: Locally disabling too-many-locals (R0914) (locally-disabled) I:494, 0: Locally disabling too-many-arguments (R0913) (locally-disabled) W:349, 0: FIXME: separate views (fixme) W:541, 0: FIXME: use os.walk, silly pants (fixme) C:526, 0: Exactly one space required after assignment systempath =config.build_directory(project, branch, system) ^ (bad-whitespace) F: 4, 0: Unable to import 'bottle' (import-error) F: 5, 0: Unable to import 'bottle' (import-error) F: 6, 0: Unable to import 'bottle' (import-error) C: 35, 0: Missing function docstring (missing-docstring) C: 38, 0: Invalid constant name "template" (invalid-name) C:622, 0: Invalid constant name "application" (invalid-name) ************* Module buildhck.client.client I: 1, 0: Locally disabling line-too-long (C0301) (locally-disabled) I:223, 0: Locally disabling too-many-branches (R0912) (locally-disabled) W:309, 0: FIXME: hack (fixme) C:314, 0: Exactly one space required after comma config.config.update({k:v for k,v in vars(args).items() if v}) ^ (bad-whitespace) W:310, 4: Global variable 'STARTDIR' undefined at the module level (global-variable-undefined) Report ====== 635 statements analysed. Statistics by type ------------------ +---------+-------+-----------+-----------+------------+---------+ |type |number |old number |difference |%documented |%badname | +=========+=======+===========+===========+============+=========+ |module |2 |NC |NC |100.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |class |2 |NC |NC |100.00 |0.00 | +---------+-------+-----------+-----------+------------+---------+ |method |0 |NC |NC |0 |0 | +---------+-------+-----------+-----------+------------+---------+ |function |57 |NC |NC |98.25 |0.00 | +---------+-------+-----------+-----------+------------+---------+ External dependencies --------------------- :: buildhck \-client | \-protocols (buildhck.client.client) \-config (buildhck.buildhck,buildhck.client.client) \-header (buildhck.buildhck) Raw metrics ----------- +----------+-------+------+---------+-----------+ |type |number |% |previous |difference | +==========+=======+======+=========+===========+ |code |656 |81.29 |NC |NC | +----------+-------+------+---------+-----------+ |docstring |99 |12.27 |NC |NC | +----------+-------+------+---------+-----------+ |comment |12 |1.49 |NC |NC | +----------+-------+------+---------+-----------+ |empty |40 |4.96 |NC |NC | +----------+-------+------+---------+-----------+ Duplication ----------- +-------------------------+------+---------+-----------+ | |now |previous |difference | +=========================+======+=========+===========+ |nb duplicated lines |0 |NC |NC | +-------------------------+------+---------+-----------+ |percent duplicated lines |0.000 |NC |NC | +-------------------------+------+---------+-----------+ Messages by category -------------------- +-----------+-------+---------+-----------+ |type |number |previous |difference | +===========+=======+=========+===========+ |convention |5 |NC |NC | +-----------+-------+---------+-----------+ |refactor |0 |NC |NC | +-----------+-------+---------+-----------+ |warning |4 |NC |NC | +-----------+-------+---------+-----------+ |error |0 |NC |NC | +-----------+-------+---------+-----------+ % errors / warnings by module ----------------------------- +-----------------------+------+--------+---------+-----------+ |module |error |warning |refactor |convention |