From 4b17087022cfa7f23ad23e35f4a97db110e69ddf Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Fri, 30 Aug 2019 18:18:13 +0800 Subject: [PATCH] =?UTF-8?q?:fire:=20=E6=96=B0=E5=A2=9E=20codacy=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .codacy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .codacy.yml diff --git a/.codacy.yml b/.codacy.yml new file mode 100644 index 0000000..58c5971 --- /dev/null +++ b/.codacy.yml @@ -0,0 +1,9 @@ +--- +exclude_paths: + - '**.md' + - '**/**.md' + - '**.sql' + - '**.html' + - '**/static/**' + - '**/templates/**' + - '**/test/**'