Skip to content

Commit

Permalink
Create .codeclimate.yml
Browse files Browse the repository at this point in the history
Created a Code Climate config with ESLint and Duplication enabled. Also, turning on PR integration.
  • Loading branch information
larkinscott authored and daffl committed Aug 21, 2018
1 parent b6342c1 commit 22be348
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/socketio/.codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
ratings:
paths:
- "**.js"
#exclude_paths:

0 comments on commit 22be348

Please sign in to comment.