()
| 88 | } |
| 89 | |
| 90 | func (err *TaskfileNotTrustedError) Error() string { |
| 91 | return fmt.Sprintf( |
| 92 | `task: Taskfile %q not trusted by user`, |
| 93 | filepath.ToSlash(err.URI), |
| 94 | ) |
| 95 | } |
| 96 | |
| 97 | func (err *TaskfileNotTrustedError) Code() int { |
| 98 | return CodeTaskfileNotTrusted |
nothing calls this directly
no outgoing calls
no test coverage detected