.stickler.yml 188 B

12345678910111213
  1. ---
  2. linters:
  3. phpcs:
  4. standard: CakePHP3
  5. extensions: 'php,ctp'
  6. fixer: true
  7. branches:
  8. ignore: ['3.x', '3.next', '2.x', '2.next']
  9. fixers:
  10. enable: true
  11. workflow: commit