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
@@ -29,6 +29,7 @@
|
||||
|
||||
# for selftesting
|
||||
try:
|
||||
#pylint: disable=F0401
|
||||
import fintl
|
||||
_ = fintl.gettext
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user