Skip to content

Commit

Permalink
chore: Remove phpcs configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 28, 2022
1 parent 219e8c3 commit b62dc69
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,6 @@ parameters:
tasks.phpcsfixer.diff: true
tasks.phpcsfixer.config: .php-cs-fixer.dist.php

# PHPCS
tasks.phpcs.ignore_patterns:
- "/.github/"
- "/.idea/"
- "/build/"
- "/benchmarks/"
- "/docs/"
- "/node_modules/"
- "/resource/"
- "/spec/"
- "/tests/"
- "/var/"
- "/vendor/"

# PHPStan
tasks.phpstan.level: 8
tasks.phpstan.blocking: true
Expand Down

0 comments on commit b62dc69

Please sign in to comment.