Enforce pylint violation when using old event tracker.

This commit is contained in:
Ben Patterson
2014-11-26 16:50:15 -05:00
parent ec552cf154
commit 22fb193b36

View File

@@ -230,7 +230,7 @@ additional-builtins=
[IMPORTS]
# Deprecated modules which should not be used, separated by a comma
deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
deprecated-modules=regsub,string,TERMIOS,Bastion,rexec,track.views
# Create a graph of every (i.e. internal and external) dependencies in the
# given file (report RP0402 must not be disabled)