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 Pocket Published Component Section

Builds

Eoan: [FULLYBUILT] amd64

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

No changes file available.

Binary packages built by this source

pylint: No summary available for pylint in ubuntu eoan.

No description available for pylint in ubuntu eoan.

pylint-doc: Python code static checker and UML diagram generator (documentation)

 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 contains documentation for pylint.