diff --git a/.codacy.yml b/.codacy.yml deleted file mode 100644 index bd3ed9e8b..000000000 --- a/.codacy.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -engines: - duplication: - exclude_paths: - - "*" -exclude_paths: - - vendor/**/* - - tests/**/* - - "**_test.go" - - contrib/*