From c2da5d6e1d11b52d0e95ed6dc6ad76d481c6a8e7 Mon Sep 17 00:00:00 2001 From: kvgarg Date: Mon, 10 Jun 2019 12:08:14 +0530 Subject: [PATCH] .coafile: Ignore openhub module 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. --- .coafile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coafile b/.coafile index c8447233..3b89b694 100644 --- a/.coafile +++ b/.coafile @@ -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 = '