Skip to content

Commit

Permalink
updating codeclimate config
Browse files Browse the repository at this point in the history
  • Loading branch information
samdmarshall committed Sep 3, 2016
1 parent 6b5eb43 commit 9527d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ engines:

ratings:
paths:
- pylocalizer/
- nslocalizer/

exclude_paths:
- pylocalizer.xcodeproj/
- examples/
- tests/
- tools/
Expand All @@ -27,7 +26,7 @@ exclude_paths:
- Dangerfile
- Gemfile
- LICENSE
- pyc.py
- contributing/
- docs/
- setup.py
- nslocalizer.py
2 changes: 1 addition & 1 deletion nslocalizer/version_info.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
remote_origin = 'git@github.com:samdmarshall/nslocalizer.git'
commit_hash = 'ab736af'
commit_hash = '6b5eb43'

0 comments on commit 9527d8b

Please sign in to comment.