Skip to content

Commit 88c648a

Browse files
author
Sylvain Thénault
committed
add note for IDE developpers
1 parent 1439af7 commit 88c648a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lint.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ class PyLinter(OptionsManagerMixIn, MessagesHandlerMixIn, ReportsHandlerMixIn,
126126
to:
127127
* handle message activation / deactivation at the module level
128128
* handle some basic but necessary stats'data (number of classes, methods...)
129+
130+
IDE plugins developpers: you may have to call
131+
`logilab.astng.builder.MANAGER.astng_cache.clear()` accross run if you want
132+
to ensure the latest code version is actually checked.
129133
"""
130134

131135
__implements__ = (ILinter, IRawChecker)

0 commit comments

Comments
 (0)