[totem] pylint 1.0.0 doesn't have the -i option, remove it



commit 7846c033a05126c282b3d4d8a492cc5a07383742
Author: Benedikt Morbach <benedikt morbach googlemail com>
Date:   Wed Sep 18 12:49:11 2013 +0200

    pylint 1.0.0 doesn't have the -i option, remove it
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=708275

 src/plugins/Makefile.plugins |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/Makefile.plugins b/src/plugins/Makefile.plugins
index a9f8620..75a87ab 100644
--- a/src/plugins/Makefile.plugins
+++ b/src/plugins/Makefile.plugins
@@ -48,7 +48,7 @@ check-pylint: $(plugin_PYTHON)
 if ENABLE_PYTHON
        @exitstatus=0; \
        for py in $^; do \
-               $(PYLINT) -i y -d C0111 -d W0511 -d F0401 $$py; \
+               $(PYLINT) -d C0111 -d W0511 -d F0401 $$py; \
                \
                newexitstatus=$$?; \
                if [ $$exitstatus == 0 ]; then \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]