This rule checks that interfaces inheriting from an interface with the suffix Repository end with the same suffix.
public interface TestInterface extends DefaultRepository {}
public interface UserRepository extends DefaultRepository {}