From 494d4c7461faec469f31eba38cf2492116f9c4af 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 edfbf0ec..8dc3cf12 100644 --- a/.coafile +++ b/.coafile @@ -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 = '