Skip to content

Commit

Permalink
Added Code Climate configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhartzheim committed Aug 13, 2015
1 parent 4468dd9 commit 191bb04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
languages:
Python: true
exclude_paths:
- tests/*
4 changes: 2 additions & 2 deletions rigidity/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ def writerows(self, rows):
Validate and correct the data provided in every row and raise an
exception if the validation or correction fails.
NOTE::
.. note::
Behavior in the case that the data is invalid and cannot be
repaired is undefined. For example, the implementation may
choose to write all valid rows up until the error, or it may
choose to only conduct the write operation after all rows have
een verified. Do not depend on the presense or absense of any
been verified. Do not depend on the presence or absence of any
of the rows in `rows` in the event that an exception occurs.
'''
for row in rows:
Expand Down

0 comments on commit 191bb04

Please sign in to comment.