reanahub / reana-workflow-engine-serial

REANA Workflow Engine Serial
http://reana-workflow-engine-serial.readthedocs.org
MIT License
0 stars 33 forks source link

ci(commitlint): addition of commit message linter #191

Closed tiborsimko closed 10 months ago

tiborsimko commented 10 months ago

Adds commitlint to check the commit message style against agreed conventional commits configuration.

Changes script argument values to always use linter names (e.g. shellcheck).

Changes argument handling to allow only one checking action that can now accept further optional arguments.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (6767d33) 28.47% compared to head (d40a675) 28.47%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/reanahub/reana-workflow-engine-serial/pull/191/graphs/tree.svg?width=650&height=150&src=pr&token=DA3ukTN8kq&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub)](https://app.codecov.io/gh/reanahub/reana-workflow-engine-serial/pull/191?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=reanahub) ```diff @@ Coverage Diff @@ ## master #191 +/- ## ======================================= Coverage 28.47% 28.47% ======================================= Files 5 5 Lines 144 144 ======================================= Hits 41 41 Misses 103 103 ```