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