summaryrefslogtreecommitdiff
path: root/pylint/epylint.py
diff options
context:
space:
mode:
authorMihai Balint <balint.mihai@gmail.com>2015-02-28 17:13:21 +0200
committerMihai Balint <balint.mihai@gmail.com>2015-02-28 17:13:21 +0200
commite0f2c50566a2d18383e31d0fe1ff57096bf56c50 (patch)
tree3cee1ca676b47a0d32aec8769e7ab7fa8e966514 /pylint/epylint.py
parentdd8d92b072640b243c74590b4be33baee2adf8c2 (diff)
downloadpylint-git-e0f2c50566a2d18383e31d0fe1ff57096bf56c50.tar.gz
start removing checks from disabled list, fix code to make sure these pass: C0102,C0112,C0121,C0202,C0203,C0204,C0301
Diffstat (limited to 'pylint/epylint.py')
-rwxr-xr-xpylint/epylint.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pylint/epylint.py b/pylint/epylint.py
index 4fd683eaf..3d73ecd38 100755
--- a/pylint/epylint.py
+++ b/pylint/epylint.py
@@ -1,4 +1,5 @@
-# -*- coding: utf-8; mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=python:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4
+# -*- vim:fenc=utf-8:ft=python:et:sw=4:ts=4:sts=4
# Copyright (c) 2003-2013 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#