()
| 61 | type DescriptionFullStopRule struct{ Char string } |
| 62 | |
| 63 | func (r *DescriptionFullStopRule) Name() string { return "description-full-stop" } |
| 64 | func (r *DescriptionFullStopRule) Apply(s lint.RuleSetting) error { |
| 65 | return applyFullStopArg(&r.Char, r.Name(), s) |
| 66 | } |