.codacy.yml 328 B

12345678910111213141516171819202122
  1. ---
  2. exclude_paths:
  3. - "**/Pods/**/*"
  4. - "**/Source/**/*View.swift"
  5. - "**/CutBoxUnitTests/**/*"
  6. - "**/cutbox_command/**/*"
  7. - "**/bin/*"
  8. - "**/docs/*"
  9. - "./*"
  10. - "./.*"
  11. - "**.sh"
  12. - "**.json"
  13. - "**.md"
  14. - "**.yml"
  15. - "**.png"
  16. - "**.lock"
  17. - "**.xml"
  18. - "**.html"
  19. - "**.css"
  20. - "**.js"
  21. - "**.template"