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
This could (later) be extended to other languages. I would then suggest to use Travis' build stages feature to beautifully organize - visually separate, really - the linter results for the separate languages.
The text was updated successfully, but these errors were encountered:
Should we add checks on code quality that are automatically run each time changes are applied?
For Python, this would merely be running the tools Flake8 and Pylint in a Travis-CI configuration file, e.g.
This could (later) be extended to other languages. I would then suggest to use Travis' build stages feature to beautifully organize - visually separate, really - the linter results for the separate languages.
The text was updated successfully, but these errors were encountered: