()
| 141 | } |
| 142 | |
| 143 | func (f Finding) String() string { |
| 144 | return fmt.Sprintf("%s::%d => %s\n", f.File, f.LineNumber, f.LineContent) |
| 145 | } |
| 146 | |
| 147 | func (s Severity) String() string { |
| 148 | return []string{ |
nothing calls this directly
no outgoing calls
no test coverage detected