Skip to content

Commit

Permalink
chore: exclude copied assets from codeclimate evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko committed Nov 3, 2023
1 parent 7f0080d commit a91ad65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ checks:
method-lines:
config:
threshold: 50
exclude_paths:
exclude_patterns:
- '.github/'
- 'assets/'
- 'docs/'
- 'packages/**/tests/'
- 'packages/store/schematics/src/utils/ng-utils/'
- 'integrations/'
- 'integration/'
- 'tools/'
Expand Down

0 comments on commit a91ad65

Please sign in to comment.