-
Notifications
You must be signed in to change notification settings - Fork 14
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
By default auto discover files of any type, and run any applicable tools on them. (#432) #435
Conversation
…ugins where their desired source files are available and the print_to_console reporting plugin.
… to "default". Fixing broken unit tests.
…when print_to_console is not available.
Codecov Report
@@ Coverage Diff @@
## main #435 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 56 57 +1
Lines 3269 3288 +19
=========================================
+ Hits 3269 3288 +19
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
I tested against a pure Python package and it works as described. I specified a user path and it used the default level specified in |
Co-authored-by: Thomas Denewiler <tdenewiler@gmail.com>
Co-authored-by: Thomas Denewiler <tdenewiler@gmail.com>
…yPI version of mypy. (sscpac#437)
tests/plugins/tool/do_nothing_tool_plugin/test_do_nothing_tool_plugin.py
Outdated
Show resolved
Hide resolved
…_plugin.py Co-authored-by: Thomas Denewiler <40217061+denewiler@users.noreply.github.com>
LGTM |
Also only output to terminal by default. Adding do_nothing tool plugin.
#432