ScopeCharsetRule to validate charset of scope
| 37 | |
| 38 | // ScopeCharsetRule to validate charset of scope |
| 39 | type ScopeCharsetRule struct{ Charset string } |
| 40 | |
| 41 | func (r *ScopeCharsetRule) Name() string { return "scope-charset" } |
| 42 | func (r *ScopeCharsetRule) Apply(s lint.RuleSetting) error { |
nothing calls this directly
no outgoing calls
no test coverage detected