.scrutinizer.yml 920 B

123456789101112131415161718192021222324252627282930313233343536
  1. checks:
  2. php: true
  3. javascript: true
  4. filter:
  5. paths:
  6. - "css/privatebin.css"
  7. - "css/bootstrap/privatebin.css"
  8. - "js/privatebin.js"
  9. - "lib/*.php"
  10. - "index.php"
  11. coding_style:
  12. php:
  13. spaces:
  14. around_operators:
  15. additive: false
  16. concatenation: true
  17. build:
  18. environment:
  19. php:
  20. version: '7.2'
  21. tests:
  22. override:
  23. -
  24. command: 'composer require google/cloud-storage && cd tst && ../vendor/bin/phpunit'
  25. coverage:
  26. file: 'tst/log/coverage-clover.xml'
  27. format: 'clover'
  28. nodes:
  29. tests: true
  30. analysis:
  31. tests:
  32. override:
  33. -
  34. command: phpcs-run
  35. use_website_config: true
  36. - php-scrutinizer-run