TypeCharsetRule to validate charset of type
| 18 | |
| 19 | // TypeCharsetRule to validate charset of type |
| 20 | type TypeCharsetRule struct{ Charset string } |
| 21 | |
| 22 | func (r *TypeCharsetRule) Name() string { return "type-charset" } |
| 23 | func (r *TypeCharsetRule) Apply(s lint.RuleSetting) error { |
nothing calls this directly
no outgoing calls
no test coverage detected