[chirp_devel] [PATCH 06/11] Fix pylint issues in __init__.py files (#159)
Dan Smith
Mon Mar 9 06:52:19 PDT 2015
> diff --git a/chirp/drivers/__init__.py b/chirp/drivers/__init__.py
> index ea9dd2c..c4b10ce 100644
> --- a/chirp/drivers/__init__.py
> +++ b/chirp/drivers/__init__.py
...
> +"""
> +Contains all of the CHIRP driver modules.
> +"""
I'm really -1 on requiring (and adding, for that matter) completely
useless docstrings to files and functions just because pylint says to.
It's just noise.
Docstrings on legitimate interface methods that actually contribute
useful documentation to a user are one thing. A docstring above $thing
that says "this is $thing" is not useful.
--Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20150309/aba734a5/attachment-0001.bin
More information about the chirp_devel
mailing list