Skip to content

Commit f1f6daf

Browse files
committed
Remove redundant pathsToIgnore patterns
Since matches are case-insensitive, we don't need the uppercase versions.
1 parent b27b950 commit f1f6daf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/CoreOptions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,14 +294,12 @@ public static function optionSpecs(): array {
294294
'**.md',
295295
'**.mo',
296296
'**.php',
297-
'**.PHP',
298297
'**.phtml',
299298
'**.po',
300299
'**.pot',
301300
'**.scss',
302301
'**.sh',
303302
'**.sql',
304-
'**.SQL',
305303
'**.tar.gz',
306304
'**.tpl',
307305
'**.txt',

0 commit comments

Comments
 (0)