Skip to content

Commit

Permalink
Update to Codeclimate v2 format and add duplication check
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Dec 5, 2019
1 parent b9b2581 commit 240c645
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .codeclimate.yml
@@ -1,16 +1,13 @@
engines:
version: "2"
plugins:
eslint:
enabled: true
csslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- '**.ts'
- '**.js'
- '**.css'
- '**.scss'
duplication:
enabled: true
checks:
file-lines:
config:
Expand All @@ -25,7 +22,7 @@ checks:
enabled: false
identical-code:
enabled: false
exclude_paths:
exclude_patterns:
- 'data/datacreator.js'
- 'frontend/src/assets/private/**/*'
- 'Gruntfile.js'
Expand Down

0 comments on commit 240c645

Please sign in to comment.