Skip to content

Commit

Permalink
Merge 4d4a0b2 into e036819
Browse files Browse the repository at this point in the history
  • Loading branch information
penguinolog committed Aug 1, 2018
2 parents e036819 + 4d4a0b2 commit 338fe28
Show file tree
Hide file tree
Showing 14 changed files with 895 additions and 300 deletions.
11 changes: 11 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,14 @@ source =
sqlalchemy_jsonfield
omit =
test/*

[report]
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover

# Don't complain about missing debug-only code:
def __repr__

# Don't complain if non-runnable code isn't run:
if __name__ == .__main__.:
174 changes: 0 additions & 174 deletions .dockerignore

This file was deleted.

1 change: 1 addition & 0 deletions .dockerignore
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trim_trailing_whitespace = true
[*.{py,ini}]
max_line_length = 79

[*.{yml,rst}]
[*.{yml,yaml,rst}]
indent_size = 2

[Makefile]
Expand Down
Loading

0 comments on commit 338fe28

Please sign in to comment.