eduNEXT / eox-tenant

Plugin for managing multiple tenants (organizations) within a single Open edX instance.
GNU Affero General Public License v3.0
7 stars 4 forks source link

feat: add openedx commitlint.config.js #193

Closed johanseto closed 9 months ago

johanseto commented 11 months ago

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