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
We don't seem to be running flake8 and coverage anymore, but maybe I'm reading the logs wrong. Why did we stop? I don't think it was on purpose, or they wouldn't still be in requirements-travis.txt. We also need to add something like parlinter to our ci, to enforce a basic level of legibility in the .hy files. Indentation is all over the place, which can make them really hard to read. See also #972.
The text was updated successfully, but these errors were encountered:
It looks like I forgot to add back flake8 when I redid the Travis configuration for pytest. As for Coveralls, that seems to have stopped running in 2014, which is before my time.
Can't say I miss it. Code quality has improved over the past 5 years, partly from not having to appease linters. I've seen for myself that this project isn't immune to the tendency of programmers to treat linters as authorities to be obeyed unquestioningly, rather than tools. Let's not backslide.
We don't seem to be running
flake8
andcoverage
anymore, but maybe I'm reading the logs wrong. Why did we stop? I don't think it was on purpose, or they wouldn't still be inrequirements-travis.txt
. We also need to add something like parlinter to our ci, to enforce a basic level of legibility in the.hy
files. Indentation is all over the place, which can make them really hard to read. See also #972.The text was updated successfully, but these errors were encountered: