Skip to content

Commit

Permalink
revert: restore previous styleci setup
Browse files Browse the repository at this point in the history
(cherry picked from commit 2cc0168)
  • Loading branch information
warlof authored and Crypta-Eve committed Dec 24, 2023
1 parent 0d4878f commit f30be50
Showing 1 changed file with 20 additions and 24 deletions.
44 changes: 20 additions & 24 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,20 @@
php:
preset: laravel
version: 8
enabled:
- concat_with_spaces
- no_empty_comment
disabled:
- laravel_braces
- phpdoc_no_package
- concat_without_spaces
- no_blank_lines_after_class_opening
- no_blank_lines_after_throw
finder:
exclude:
- tests
name:
- "*.php"
not-name:
- index.php
js:
finder:
not-name:
- webpack.mix.js
css: true
preset: laravel

risky: false

enabled:
- concat_with_spaces
- no_empty_comment

disabled:
- laravel_braces
- phpdoc_no_package
- concat_without_spaces
- no_blank_lines_after_class_opening
- no_blank_lines_after_throw

finder:
exclude:
- "tests"
name:
- "*.php"

0 comments on commit f30be50

Please sign in to comment.