.styleci.yml 706 B

123456789101112131415161718192021222324252627282930
  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. - class_keyword_remove
  9. - combine_consecutive_unsets
  10. - long_array_syntax
  11. - newline_after_open_tag
  12. - no_php4_constructor
  13. - no_useless_else
  14. - ordered_class_elements
  15. - ordered_use
  16. # Comment strict rules for the moment. Should be uncomment later to see StyleCI PR results
  17. # - strict
  18. # - strict_param
  19. # - php_unit_construct
  20. # - php_unit_strict
  21. finder:
  22. exclude:
  23. - 'Tests/Fixtures'
  24. # ecommerce special case:
  25. - 'Resources/skeleton'
  26. # ignore vendor assets
  27. - 'Resources/public/vendor'