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
The need is to have a summary of errors section at the end of the lint checks on Travis, similar to the one we have for here in scripts/pre_commit_linter.py.
The approach can be similar as well -- using context managers to redirect output from stdout.
The text was updated successfully, but these errors were encountered:
@lilithxxx, the summary of errors you're referring to is for the python, js, css and html lint checks -- the one linked in the issue thread. The idea here is to have a complete summary of errors for all the lint checks. Thanks!
The need is to have a summary of errors section at the end of the lint checks on Travis, similar to the one we have for here in
scripts/pre_commit_linter.py
.The approach can be similar as well -- using context managers to redirect output from stdout.
The text was updated successfully, but these errors were encountered: