jku / repository-playground

Community artifact repository workflow experiments
Other
7 stars 4 forks source link

CI: lint repo too #119

Closed jku closed 1 year ago

jku commented 1 year ago

Currently playground/signer/ is linted in CI and in tox but playground/repo/ is not.

Enable linting in repo too (see testenv:lint-signer in tox.ini for example). This involves fixing a fairly large amount of style issues (maybe actula bugs as well): these will show up when the linters are enabled

jku commented 1 year ago

fixed in #132