.styleci.yml 400 B

12345678910111213141516171819202122232425
  1. risky: true
  2. preset: symfony
  3. enabled:
  4. - align_double_arrow
  5. - native_function_invocation
  6. - ordered_use
  7. - strict
  8. disabled:
  9. - native_function_invocation_symfony
  10. - no_superfluous_phpdoc_tags_symfony
  11. - pow_to_exponentiation
  12. - pre_increment
  13. - unalign_double_arrow
  14. - yoda_style
  15. finder:
  16. exclude:
  17. - "src/Readline/Hoa"
  18. name:
  19. - "*.php"
  20. - "build-manual"
  21. - "build-phar"