Skip to content

Commit

Permalink
chore(codeclimate): ignore the website from the analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
C0ZEN committed Jan 20, 2022
1 parent e3e085a commit 1755079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ plugins:
- '.cache-jest/'
- 'coverage/'
- 'node_modules/'
- 'documentation//'
- '.eslintcache'
- '!src/**/*.ts'
- '!src/**/*.js'
Expand All @@ -49,3 +50,4 @@ exclude_patterns:
- '**/__mocks__/'
- 'dist/'
- 'tests/'
- 'documentation/'

0 comments on commit 1755079

Please sign in to comment.