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

This commit is contained in:
Rushabh Mehta 2019-09-27 12:13:45 +05:30
parent 2415eac770
commit a050312b1a

2
.codacy.yml Normal file
View file

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