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
commitf0ad39a389c2ff9933f143f20c62e118c13b0b56 (patch)
tree80e9bfebcb55541711b16bddbbec060aa5c0af18 /pylint/epylint.py
parentd76f63fc0429585bf759c8dd5e31e853d373245d (diff)
downloadpylint-f0ad39a389c2ff9933f143f20c62e118c13b0b56.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 4fd683e..3d73ecd 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
#