You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #618, the Runner should be coordinating what gets linted. Therefore, as suggested in #936, expand_files should move outside of PyLinter, for use by the Runner. The Runner can then give PyLinter.check either a single ModuleDescription to lint or a list of them.
The text was updated successfully, but these errors were encountered:
As part of #618, the Runner should be coordinating what gets linted. Therefore, as suggested in #936,
expand_files
should move outside of PyLinter, for use by the Runner. The Runner can then give PyLinter.check either a singleModuleDescription
to lint or a list of them.The text was updated successfully, but these errors were encountered: