Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. # Created by KekoApp for their Laravel 5.3 applications
  2. # You may need to make some slgith adjustments to
  3. # unused laravel code within the app directory
  4. # such as the BroadCastServiceProvider.
  5. # As these throw unused parameter errors
  6.  
  7. build_settings:
  8. verbose: false
  9. prefer_symlink: false
  10.  
  11. setup:
  12. composer:
  13. action: "install"
  14. prefer_dist: false
  15.  
  16. test:
  17. php_parallel_lint:
  18. ignore:
  19. - vendor/
  20. - _ide_helper.php
  21. php_code_sniffer:
  22. path: "app"
  23. standard: "PSR1,PSR2"
  24. php_mess_detector:
  25. path: "app"
  26. rules:
  27. - "cleancode"
  28. - "codesize"
  29. - "design"
  30. - "naming"
  31. - "unusedcode"
  32. allow_failures: true
  33. zero_config: true
  34. php_unit:
  35. config:
  36. - "phpunit.xml"
  37. path: "tests/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement