Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 line
246B

  1. module.exports = {
  2. extends: ['@commitlint/config-conventional'],
  3. rules: {
  4. 'body-max-line-length': [2, 'always', 120],
  5. 'footer-max-line-length': [2, 'always', 120],
  6. 'header-max-length': [2, 'always', 72],
  7. },
  8. };