f224590 make lint: use config file and plugin for pylint

Authored and Committed by mbasti 8 years ago
    make lint: use config file and plugin for pylint
    
    Our custom implementation of pylint checker is often broken by
    incompatible change on pylint side. Using supported solutions (config
    file, pylint plugins) should avoid this issue.
    
    The plugin adds missing (dynamic) member to classes in abstract syntax
    tree generated for pylint, instead of just ignoring missing members and
    all sub-members. This should improve pylint detection of typos and
    missing members in api. env and test config.
    
    make-lint python script has been removed, to run pylint execute 'make
    lint'
    
    https://fedorahosted.org/freeipa/ticket/5615
    
    Reviewed-By: David Kupka <dkupka@redhat.com>
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+11 -3
file modified
+5 -3
file modified
+4 -0
file removed
-280
file added
+211
file added
+97