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 10, 2019
1 parent 56a6c08 commit c2da5d6
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/*, **/leaflet_dist/**
ignore = .git/**, **/__pycache__/**, gci/client.py, */migrations/**, private/*, **/leaflet_dist/**, openhub/**
max_line_length = 80
use_spaces = True
preferred_quotation = '
Expand Down

0 comments on commit c2da5d6

Please sign in to comment.