Browse Source

🔥 新增 codacy 配置文件

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
4b17087022
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      .codacy.yml

+ 9
- 0
.codacy.yml View File

@@ -0,0 +1,9 @@
---
exclude_paths:
- '**.md'
- '**/**.md'
- '**.sql'
- '**.html'
- '**/static/**'
- '**/templates/**'
- '**/test/**'

Loading…
Cancel
Save