Skip to content

Commit

Permalink
ignore some frontend generated files, tests, and mocks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Jul 7, 2022
1 parent 5602c0e commit 0a08a62
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Exclude all generated code
exclude_patterns:
# Exclude all generated code
- "server/openapi/"
- "server/internal/"
- "cli/openapi/"
- "**/*_test.go" # Ignore test files as they tend to have big functions due to table testing
- "web/src/types/Generated.types.ts"
# Ignore test files as they tend to have big functions due to table testing
- "**/*_test.go"
- "**/__tests__/"
- "**/__mocks__/"

0 comments on commit 0a08a62

Please sign in to comment.