pylint 2.2.2-3 source package in Ubuntu
Changelog
pylint (2.2.2-3) unstable; urgency=medium * debian/control - add Breaks+Replaces: pylint (<< 2) for -doc; Closes: #938955 * restore proper installation of pylint.el (lost during the pylint-pylint2 duo source existance); Closes: #939524 -- Sandro Tosi <email address hidden> Thu, 05 Sep 2019 23:40:23 -0400
Upload details
- Uploaded by:
- Sandro Tosi
- Uploaded to:
- Sid
- Original maintainer:
- Sandro Tosi
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
pylint_2.2.2-3.dsc | 2.1 KiB | 7720b33f98ef99414d3ad4c926e553daa887b49fba59fc5d94994d9302105343 |
pylint_2.2.2.orig.tar.gz | 555.0 KiB | 689de29ae747642ab230c6d37be2b969bf75663176658851f456619aacf27492 |
pylint_2.2.2-3.debian.tar.xz | 17.9 KiB | ebdbc84ff5e308666633bd24f8e8245961a5a64c1604ef4cbd72b7970edd7dcf |
Available diffs
- diff from 2.2.2-1 to 2.2.2-3 (3.1 KiB)
- diff from 2.2.2-2 to 2.2.2-3 (2.1 KiB)
No changes file available.
Binary packages built by this source
- pylint: Python 3 code static checker and UML diagram generator
Pylint is a Python source code analyzer which looks for programming
errors, helps enforcing a coding standard and sniffs for some code
smells (as defined in Martin Fowler's Refactoring book)
.
Pylint can be seen as another PyChecker since nearly all tests you
can do with PyChecker can also be done with Pylint. However, Pylint
offers some more features, like checking length of lines of code,
checking if variable names are well-formed according to your coding
standard, or checking if declared interfaces are truly implemented,
and much more.
.
Additionally, it is possible to write plugins to add your own checks.
.
The package also ships the following additional commands:
.
* pyreverse3: an UML diagram generator
* symilar3: an independent similarities checker
* epylint3: Emacs and Flymake compatible Pylint
- pylint-doc: No summary available for pylint-doc in ubuntu eoan.
No description available for pylint-doc in ubuntu eoan.