File Glob not having the effect expected

This commit is contained in:
confused-Techie 2022-11-20 22:32:37 -08:00
parent c2405a4e1f
commit 04c778b7fc

View File

@ -3,8 +3,8 @@ engines:
duplication:
minTokenMatch: 80
exclude_paths:
- "./spec/fixtures/**"
- "./packages/*/spec/fixtures/**"
- "spec/fixtures/**"
- "packages/*/spec/fixtures/**"
# Since Codacy exposes significantly little on the config.
# We can use the rest of this document to solidify our settings.