You are here

grumphp.yml in Views Node Access Filter 8

File

grumphp.yml
View source
  1. parameters:
  2. ascii:
  3. failed: vendor/vijaycs85/drupal-quality-checker/resources/ascii/grumpy.txt
  4. succeeded: vendor/vijaycs85/drupal-quality-checker/resources/ascii/happy.txt
  5. git_dir: .
  6. bin_dir: vendor/bin
  7. tasks:
  8. phplint: ~
  9. yamllint: ~
  10. composer: ~
  11. composer_normalize: ~
  12. jsonlint: ~
  13. phpcpd:
  14. directory: ['./src']
  15. phpcs:
  16. standard: Drupal
  17. ignore_patterns:
  18. - .github
  19. - .gitlab
  20. - bower_components
  21. - node_modules
  22. - vendor
  23. triggered_by:
  24. - php
  25. - module
  26. - inc
  27. - install
  28. - test
  29. - profile
  30. - theme
  31. - css
  32. - info
  33. - txt
  34. - md