Browse Source

fix(linting): added .codacy.yml to ignore .sql files

version-14
Rushabh Mehta 5 years ago
parent
commit
a050312b1a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .codacy.yml

+ 2
- 0
.codacy.yml View File

@@ -0,0 +1,2 @@
exclude_paths:
- '*.sql'

Loading…
Cancel
Save