Skip to content

Commit

Permalink
add rules
Browse files Browse the repository at this point in the history
  • Loading branch information
visavi committed Oct 23, 2017
1 parent ecc6c9c commit 17c3445
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions cleanup
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ if (isset($options['h']) || isset($options['help'])) {

// Default patterns for common files
$patterns = [
'.git',
'.github',
'test',
'tests',
'Tests',
Expand All @@ -40,21 +42,28 @@ $patterns = [
'README*',
'LICENSE*',
'CHANGELOG*',
'CHANGES*',
'FAQ*',
'CONTRIBUTING*',
'HISTORY*',
'UPGRADING*',
'UPGRADE*',
'package*',
'readme*',
'.travis.yml',
'Dockerfile',
'.scrutinizer',
'.yml',
'phpunit.xml*',
'phpunit.php',
'phpunit',
'*.yml',
'*.md',
'*.xml',
'.php_cs*',
'.gitignore',
'.gitattributes',
'.editorconfig',
'composer.json',
'composer.lock',
];

if (isset($options['i'])) {
Expand Down

0 comments on commit 17c3445

Please sign in to comment.