Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[per_dir_config] Moved reporting from PyLinter #1902

Merged
merged 5 commits into from
Mar 10, 2018
Merged

Conversation

AWhetter
Copy link
Contributor

Setting a reporter is something that's global. With PyLinters being created per file/directory in the future, it makes sense for the reporting to move elsewhere.

New tasks:

  • Split up the ReportsHandlerMixin methods. The PluginRegistry needs to handle the registering of reporters, and the Runner should handle setting the runner and doing the reporting.

Closes #1899

Having many checkers with the same name can be a useful way to
group messages to allow turning lots of messages on or off easily.
The default checkers do this (eg "basic").
@AWhetter AWhetter merged commit a9444d8 into per_dir_config Mar 10, 2018
@AWhetter AWhetter deleted the fix_1899 branch March 10, 2018 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant