.styleci.yml 622 B

123456789101112131415161718192021222324252627
  1. # DO NOT EDIT THIS FILE!
  2. #
  3. # It's auto-generated by sonata-project/dev-kit package.
  4. #
  5. # Package `sllh/php-cs-fixer-styleci-bridge` is required to get it working.
  6. preset: symfony
  7. enabled:
  8. - combine_consecutive_unsets
  9. - long_array_syntax
  10. - newline_after_open_tag
  11. - no_php4_constructor
  12. - no_useless_else
  13. - ordered_class_elements
  14. - ordered_use
  15. # Comment strict rules for the moment. Should be uncomment later to see StyleCI PR results
  16. # - strict
  17. # - strict_param
  18. # - php_unit_construct
  19. # - php_unit_strict
  20. finder:
  21. exclude:
  22. - 'Tests/Fixtures'
  23. # ecommerce special case:
  24. - 'Resources/skeleton'