You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
657 B

  1. parameters:
  2. universalObjectCratesClasses:
  3. - Illuminate\Database\Eloquent\Model
  4. # TODO: slowly remove these parameters and fix the issues found.
  5. reportUnmatchedIgnoredErrors: false
  6. checkGenericClassInNonGenericObjectType: false # remove this rule when all other issues are solved.
  7. ignoreErrors:
  8. # TODO: slowly remove these exceptions and fix the issues found.
  9. - '#Control structures using switch should not be used#'
  10. paths:
  11. - ../app
  12. - ../database
  13. - ../routes
  14. - ../config
  15. - ../bootstrap/app.php
  16. # The level 8 is the highest level. original was 5
  17. # TODO: slowly up the level and fix the issues found.
  18. level: 1