Skip to content

Commit

Permalink
add codacy config
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbounakis committed Mar 26, 2024
1 parent b017458 commit 7c98dfe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
exclude_paths:
- "spec/**/*"
- "docs/**/*"
- "babel.config.js"
- "jest.config.js"
- "jest.setup.js"
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,17 @@ jsdoc.conf.json
.idea
.theia
*.workspace

# eslint
.eslintrc
.eslintignore

# docs
docs/

# gitpod
.gitpod.yml

# cadacy
.codacy.yml

0 comments on commit 7c98dfe

Please sign in to comment.