Skip to content

Commit

Permalink
feat(cicd) : styleci update
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Loyant committed Sep 19, 2024
1 parent e485250 commit 88bc5ab
Showing 1 changed file with 21 additions and 22 deletions.
43 changes: 21 additions & 22 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
php:
risky: false
version: 7.4
preset: psr12
monolithic: true
tab-width: 4
use-tabs: false
finder:
exclude:
- "modules"
- "node_modules"
- "nova"
- "nova-components"
- "storage"
- "spark"
- "vendor"
- "Tests"
name:
- "*.php"
not-name:
- "*.blade.php"
- "_ide_helper.php"
risky: false
version: 7.4
preset: psr12
monolithic: true
tab-width: 4
use-tabs: false
finder:
exclude:
- "modules"
- "node_modules"
- "nova"
- "nova-components"
- "storage"
- "spark"
- "vendor"
- "Tests"
name:
- "*.php"
not-name:
- "*.blade.php"
- "_ide_helper.php"

0 comments on commit 88bc5ab

Please sign in to comment.