mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: update commitlint.config.js (#9064)
This PR adds some notes for the `commitlint` exceptions.
This commit is contained in:
parent
9374e23d3d
commit
2ffa1382ed
@ -13,11 +13,16 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
// See https://github.com/conventional-changelog/commitlint/blob/master/docs/reference-rules.md
|
||||
module.exports = {
|
||||
extends: ['@commitlint/config-conventional'],
|
||||
rules: {
|
||||
'body-max-line-length': [0, 'always', 100],
|
||||
'footer-max-line-length': [0, 'always', 100],
|
||||
'subject-case': [0, 'never'],
|
||||
// Override. The subject may be the name of a class.
|
||||
'subject-case': [0],
|
||||
// Override. Most UIs wrap the body.
|
||||
'body-max-line-length': [0],
|
||||
// Override. Most UIs wrap the footer.
|
||||
'footer-max-line-length': [0],
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user