Skip to content

Commit

Permalink
chore: Update filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Apr 26, 2021
1 parent b508e52 commit 3e6e1e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .php_cs.php → .php_cs.dist
Expand Up @@ -6,4 +6,9 @@
->getFinder()
->in(['config/']);

$config
->getFinder()
->ignoreDotFiles(false)
->name(['.php_cs.dist']);

return $config;
2 changes: 1 addition & 1 deletion grumphp.yml
Expand Up @@ -3,7 +3,7 @@ imports:

parameters:
tasks.composer_require_checker.config_file: config/php73/composer-require-checker.json
tasks.phpcsfixer.config: .php_cs.php
tasks.phpcsfixer.config: .php_cs.dist
tasks.license.date_from: 2019
tasks.license.holder: Pol Dellaiera
skip_tasks:
Expand Down

0 comments on commit 3e6e1e2

Please sign in to comment.