()
| 95 | } |
| 96 | |
| 97 | func (err *TaskfileNotTrustedError) Code() int { |
| 98 | return CodeTaskfileNotTrusted |
| 99 | } |
| 100 | |
| 101 | // TaskfileNotSecureError is returned when the user attempts to download a |
| 102 | // remote Taskfile over an insecure connection. |
nothing calls this directly
no outgoing calls
no test coverage detected