Skip to content

Commit

Permalink
🔧 Add configuration for codacy and codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Sum authored and Hugo Sum committed Aug 4, 2020
1 parent fa7621c commit 651496e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .codacy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
exclude_paths:
- '**.md'
- '**.json'
---
12 changes: 12 additions & 0 deletions .codeclimate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"exclude_patterns": [
"./.*.json",
"./*.md",
"./.*.yml",
"./.*.yaml",
"./.*",
"./*.config.js",
"./dist/**/*",
"./**/*.spec.js"
]
}

0 comments on commit 651496e

Please sign in to comment.