File: pylintrc

package info (click to toggle)
pysmarty2 0.10.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: python: 348; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[MESSAGES CONTROL]
disable=

[REPORTS]
reports=no

[TYPECHECK]

[FORMAT]
# Maximum number of characters on a single line.
# max-line-length=80
# Regexp for a line that is allowed to be longer than the limit.
ignore-long-lines=^\s*(# )?<?https?://\S+>?$

[EXCEPTIONS]