Skip to content

Commit

Permalink
.coafile: Ignore openhub module
Browse files Browse the repository at this point in the history
The openhub module got disabled due to some
reasons in community project last year. And,
currently the module is raising the CI errors
which need to be avoided. They can be worked
on once we're ready to enable the openhub
module once again in this project in future.
  • Loading branch information
KVGarg committed Jun 11, 2019
1 parent fe74f98 commit 494d4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coafile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[all]
files = **.py, **.js, **.sh
ignore = .git/**, **/__pycache__/**, gci/client.py, */migrations/**, private/*
ignore = .git/**, **/__pycache__/**, gci/client.py, */migrations/**, private/*, openhub/**
max_line_length = 80
use_spaces = True
preferred_quotation = '
Expand Down

0 comments on commit 494d4c7

Please sign in to comment.