| 44 | } |
| 45 | |
| 46 | type DestructiveWarning struct { |
| 47 | Category string `json:"category"` |
| 48 | Message string `json:"message"` |
| 49 | Pattern string `json:"pattern"` |
| 50 | } |
| 51 | |
| 52 | type destructivePattern struct { |
| 53 | Pattern *regexp.Regexp |
nothing calls this directly
no outgoing calls
no test coverage detected