Re: [libvirt] [jenkins-ci PATCH v3 00/12] lcitool: Rewrite in Python (and add Dockefile generator)

2018-07-18 Thread Katerina Koukiou
On Tue, Jul 17, 2018 at 06:35:16PM +0200, Andrea Bolognani wrote: > pylint is reasonably happy with the script now: > > $ pylint lcitool > No config file found, using default configuration > * Module lcitool > C: 1, 0: Missing module docstring (missing-docstring) > C: 37, 0:

[libvirt] [jenkins-ci PATCH v3 00/12] lcitool: Rewrite in Python (and add Dockefile generator)

2018-07-17 Thread Andrea Bolognani
pylint is reasonably happy with the script now: $ pylint lcitool No config file found, using default configuration * Module lcitool C: 1, 0: Missing module docstring (missing-docstring) C: 37, 0: Missing class docstring (missing-docstring) C: 47, 4: Missing method docstrin