I have a use case where code duplication is actually completely normal and I’d like to disable that test entirely so it does not block PRs from being merged. How can I accomplish this?
1 Like
Hey there.
You can restrict the scope of duplication detection and include an exclusion like **/*
to exclude all files.
1 Like