Closed johanseto closed 9 months ago
This adds openedx commit lintern rules.
This is inspired by the following PR: https://github.com/eduNEXT/shipyard-infrastructure/pull/25/files
This fixes the footer long chars error.
This is mostly based on: https://github.com/openedx/edx-lint/blob/master/commitlint.config.js
In particular, limiting the length of a line in the commit body might be detrimental when including external links.
Description
This adds openedx commit lintern rules.
This is inspired by the following PR: https://github.com/eduNEXT/shipyard-infrastructure/pull/25/files
This fixes the footer long chars error.
This is mostly based on: https://github.com/openedx/edx-lint/blob/master/commitlint.config.js
In particular, limiting the length of a line in the commit body might be detrimental when including external links.
Checklist for Merge