Skip to content

Commit

Permalink
Initial project import
Browse files Browse the repository at this point in the history
  • Loading branch information
fridex committed Jan 5, 2018
0 parents commit 7e22516
Show file tree
Hide file tree
Showing 58 changed files with 3,497 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .coafile
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[python]
files = githubcap/*.py,githubcap/resources/*.py,githubcap/schemas/*.py,githubcap/commands/*.py
bears = PEP8Bear,BanditBear,PyImportSortBear
language = Python
max_line_length = 121

[Makefiles]
bears = LineLengthBear
files = Makefile
max_line_length = 121

[commit]
bears = GitCommitBear
shortlog_trailing_period = False
shortlog_regex = ([^:]*|[^:]+[^ ]: [A-Z0-9*].*)
shortlog_length = 95

18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
*.pyc
githubcap.egg-info
build/
dist/
*.pyc
docs/
venv/
venv-coala/
__pycache__
TODO
docs.source/api
.cache
.codecov
coverage.xml
.coverage
.tox
*.rej
*.orig

0 comments on commit 7e22516

Please sign in to comment.