diff options
author | Michal Nowikowski <godfryd@gmail.com> | 2015-02-28 06:17:17 +0100 |
---|---|---|
committer | Michal Nowikowski <godfryd@gmail.com> | 2015-02-28 06:17:17 +0100 |
commit | 59bf1e35e1fa32cbcb92ad139a329e1332cefd8d (patch) | |
tree | e8d23123699c99c29580b7b3bf07945d3740aa30 /examples | |
parent | fe9dbd9f35776db5900ca1ce066a9feb9bc3840f (diff) | |
download | pylint-git-59bf1e35e1fa32cbcb92ad139a329e1332cefd8d.tar.gz |
Backed out changeset 406c23c24795
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pylintrc | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/examples/pylintrc b/examples/pylintrc index 9c3a58996..69f0ee192 100644 --- a/examples/pylintrc +++ b/examples/pylintrc @@ -30,15 +30,6 @@ symbols=no # Use multiple processes to speed up Pylint. jobs=1 -# Allow loading of arbitrary C extensions. Extensions are imported into the -# active Python interpreter and may run arbitrary code. -unsafe-load-any-extension=no - -# A comma-separated list of package or module names from where C extensions may -# be loaded. Extensions are loading into the active Python interpreter and may -# run arbitrary code -extension-pkg-whitelist= - [MESSAGES CONTROL] @@ -60,7 +51,7 @@ confidence= # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -disable=E1608,W1627,E1601,E1603,E1602,E1605,E1604,E1607,E1606,W1621,W1620,W1623,W1622,W1625,W1624,W1609,W1608,W1607,W1606,W1605,W1604,W1603,W1602,W1601,W1639,I0021,W1638,I0020,W1618,W1619,W1630,W1626,W1637,W1634,W1635,W1610,W1611,W1612,W1613,W1614,W1615,W1616,W1617,W1632,W1633,W0704,W1628,W1629,W1636 +#disable= [REPORTS] @@ -260,7 +251,7 @@ spelling-store-unknown-words=no [FORMAT] # Maximum number of characters on a single line. -max-line-length=100 +max-line-length=80 # Regexp for a line that is allowed to be longer than the limit. ignore-long-lines=^\s*(# )?<?https?://\S+>?$ |