You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2018/10/04 20:07:53 UTC

[airavata-django-portal] 03/09: AIRAVATA-2868 Ignore auto generated migrations files from linting

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git

commit bdac538107880940107e31d338818ba55776094e
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Fri Sep 28 19:28:44 2018 -0400

    AIRAVATA-2868 Ignore auto generated migrations files from linting
---
 setup.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 07ab2bd..b261700 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -3,4 +3,5 @@ exclude =
     venv,
     ./airavata,
     node_modules,
-    settings_local.py
+    settings_local.py,
+    */migrations