Restricts=true but Install didn't call r.Restrict -> mismatch.
| 163 | |
| 164 | // Restricts=true but Install didn't call r.Restrict -> mismatch. |
| 165 | type lyingRestrictPlugin struct{} |
| 166 | |
| 167 | func (lyingRestrictPlugin) Name() string { return "p" } |
| 168 | func (lyingRestrictPlugin) Version() string { return "1.0.0" } |
nothing calls this directly
no outgoing calls
no test coverage detected