File: .stickler.yml

package info (click to toggle)
phpmd 2.9.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,428 kB
  • sloc: php: 14,037; xml: 1,619; makefile: 25
file content (8 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
linters:
  phpcs:
    standard: './phpcs.xml.dist'
    extensions: '.php'
    tab_width: 4
    ignore: 'src/test/resources/*'
branches:
    ignore: ['1.5.x']