From a050312b1a35bf04c4c0e274b5a50b76ff8e48e5 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Fri, 27 Sep 2019 12:13:45 +0530 Subject: [PATCH] fix(linting): added .codacy.yml to ignore .sql files --- .codacy.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .codacy.yml diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000000..944b90d2ac --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,2 @@ +exclude_paths: + - '*.sql' \ No newline at end of file