Skip to content

Commit

Permalink
Configuring code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinst committed Aug 4, 2017
1 parent 6e61cb4 commit fe69d28
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
engines:
credo:
enabled: true
channel: "beta"
fixme:
enabled: true
ratings:
paths:
- "**.ex"
- "**.exs"
exclude_paths:
- test/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ deps

# Where 3rd-party dependencies like ExDoc output generated docs.
doc
docs

# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
Expand Down

0 comments on commit fe69d28

Please sign in to comment.