package rules type emptyChecker struct{} func (emptyChecker) Check(path string) bool { return true } var EmptyChecker emptyChecker // 空的检查,用于跳过检查