func Wrap()

in rules/rule_register.go [45:49]


func Wrap(r tflint.Rule) tflint.Rule {
	return &wrappedRule{
		Rule: r,
	}
}