Skip to content

Commit

Permalink
scoper.inc.php - Don't alter library files
Browse files Browse the repository at this point in the history
  • Loading branch information
totten committed Jun 28, 2024
1 parent a6ecce2 commit 4931342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scoper.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@

// Do not filter template files
'exclude-files' => array_merge(
glob('lib/*.phar'),
glob('lib/*.php'),
glob('src/CRM/CivixBundle/Resources/views/*/*.php'),
glob('extern/*/*/*.php'),
glob('extern/*/*.php'),
Expand Down

0 comments on commit 4931342

Please sign in to comment.