galaxyproject / galaxyproject/planemo
linting: Document how to use planemo lint in a git pre-commit hook
Open
docs missing
enhancement
linting
- Dominant language
- Python
- Stars
- 110
- Forks
- 102
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 13
Description
Once planemo has a useful lint command, we should all start using it with every commit automatically via a pre-commit hook.
Depending on the lint speed, this may require some cleverness to only test tools/files which have changed since the last commit - much like how pep8 checking is often restricted to only the Python files with changes, e.g. https://github.com/cbrueffer/pep8-git-hook
Contributor guide
Assessment
This issue has not been assessed yet.