Skip to content

Commit

Permalink
Fix extensions in stickler config.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 19, 2017
1 parent 32cdb64 commit 2b45995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .stickler.yml
@@ -1,6 +1,6 @@
linters:
phpcs:
standard: CakePHP
extensions: '.php,.ctp'
extensions: 'php,ctp'
branches:
ignore: ['2.x', '2.next']

0 comments on commit 2b45995

Please sign in to comment.