1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Source: pocket-lint
Section: python
Priority: optional
Maintainer: Curtis Hovey <sinzui.is@verizon.net>
XSBC-Original-Maintainer: Curtis Hovey <sinzui.is@verizon.net>
Homepage: https://launchpad.net/pocket-lint
Build-Depends: debhelper (>= 5.0.37.2), cdbs (>= 0.4.43), python-all-dev, python-support (>= 0.5.3)
Standards-Version: 3.8.4
Package: python-pocket-lint
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
Description: Pocket-lint a composite linter and style checker.
Pocket-lint has several notable features:
.
* Provides a consistent report of issues raised by the subordinate
checkers.
* Alternate Reports can be written to change the report, or integrate
the report into another application.
* Supports checking of multiple source types:
* Python syntax and style
* Python doctest style
* XML/HTML style and entities
* CSS style
* JavaScript syntax and style
* Plain text
* Supports reporting:
* Python doctests
* CSS
* XML/HTML.
|