From 2b45995552c36f2324171faf80046fd9fdfb52dc Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 19 Sep 2017 12:17:26 -0400 Subject: [PATCH] Fix extensions in stickler config. --- .stickler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stickler.yml b/.stickler.yml index 720b419b0f0..f87c7a53729 100644 --- a/.stickler.yml +++ b/.stickler.yml @@ -1,6 +1,6 @@ linters: phpcs: standard: CakePHP - extensions: '.php,.ctp' + extensions: 'php,ctp' branches: ignore: ['2.x', '2.next']