mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Several improvements of the lint script.
Report missing python packages, inform about false positives, fail gracefully if pylint isn't installed. Fixed a bug in the ignore list and added few more files/directories to it. ticket 1184
This commit is contained in:
committed by
Martin Kosek
parent
88353edcb1
commit
7e0d4531c3
@@ -33,6 +33,7 @@ import termios
|
||||
import struct
|
||||
import base64
|
||||
try:
|
||||
#pylint: disable=F0401
|
||||
import default_encoding_utf8
|
||||
except ImportError:
|
||||
# This is a chicken-and-egg problem. The api can't be imported unless
|
||||
|
||||
Reference in New Issue
Block a user