ErrLookup › go-task/task
go-task/task
A fast, cross-platform build tool inspired by Make, designed for modern workflows. · Go · 106 source files
Analyzed at 385e5ad92a on 2026-09-05. 45 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| invalid method | error_code | error | fingerprint, configuration, go, sentinel-error |
| task: You can't set both --download and --offline flags | validation | error | cli, flags, go-task |
| task: You can't set both --download and --clear-cache flags | validation | error | cli, flags, go-task |
| task: You can't set both --global and --dir | validation | error | cli, flags, go-task |
| task: You can't set --output-group-begin without --output=gr | validation | error | cli, flags, output, go-task |
| task: You can't set --output-group-end without --output=grou | validation | error | cli, flags, output, go-task |
| task: You can't set --output-group-error-only without --outp | validation | error | cli, flags, output, go-task |
| task: cannot use --list and --list-all at the same time | validation | error | cli, flags, json, go-task |
| task: --json only applies to --list or --list-all | validation | error | cli, flags, json, go-task |
| task: --no-status only applies to --json with --list or --li | validation | error | cli, flags, json, go-task |
| task: --nested only applies to --json with --list or --list- | validation | error | cli, flag-validation, task |
| task: --cert and --cert-key must be provided together | validation | error | cli, flag-validation, tls |
| prompt cancelled | error_code | warning | interactive, prompt, user-cancel |
| no options provided | validation | error | prompt, select, empty-input |
| prompt cancelled | error_code | warning | prompt, confirmation, user-cancel |
| no terminal | error_code | error | go-task, terminal, tty, non-interactive, ci |
| no continue values provided | validation | error | go-task, api-misuse, prompt, argument-validation |
| task: precondition not met | error_code | error | go-task, precondition, taskfile, shell, guard-clause |
| task: Included Taskfiles can't have dotenv declarations. Ple | error_code | error | go-task, taskfile, dotenv, includes, configuration |
| loop var must be a delimiter-separated string, list or a map | validation | error | go-task, taskfile, for-loop, variable, configuration |
| task: Command "%s" failed: %s | console | error | shell, command-execution, variables |
| unknown shell: %s | validation | error | cli, completion, invalid-argument |
| task: invalid run "%s" | validation | error | taskfile, configuration, enum-validation |
| task: %w "%s" | validation | error | taskfile, fingerprint, configuration |
| task: output style %q not recognized | validation | error | taskfile, output, configuration |
| task: output style %q does not support the group begin/end p | validation | error | taskfile, output, configuration |
| task: Task "%s" is not up-to-date | console | warning | fingerprint, status, up-to-date |
| task: failed to get variables: %w | console | error | variables, compilation, shell |
| task: Blank OS/Arch value provided | validation | error | taskfile, platforms, configuration |
| task: Invalid OS/Arch value provided (%s) | validation | error | taskfile, platforms, configuration |
| task: Blank Arch value provided | validation | error | taskfile, platforms, config, validation |
| task: Multiple Arch values provided | validation | error | taskfile, platforms, config, validation |
| task: Invalid Arch value provided (%s) | validation | error | taskfile, platforms, validation, goarch |
| task: Taskfiles versions should match. First is "%s" but sec | validation | error | taskfile, versioning, includes, config |
| error reading env file %s: %w | console | error | dotenv, file-io, env, config |
| context cancelled while waiting for repository lock: %w | console | error | git, context-cancelled, network, remote-taskfile |
| failed to clone repository: %w | exception | error | git, network, clone, remote-taskfile, authentication |
| both --cert and --cert-key must be provided together | validation | error | http, tls, mtls, cli-flags, validation |
| failed to read CA certificate: %w | exception | error | http, tls, ca-cert, file-io, certificates |
| failed to parse CA certificate | validation | error | http, tls, ca-cert, pem, certificates |
| failed to load client certificate: %w | exception | error | tls, certificate, http-client, config |
| checking remote file: %w | exception | error | network, context-cancelled, timeout, http |
| matrix reference %q must resolve to a list | validation | error | taskfile, matrix, variables, validation |
| enum reference %q must resolve to a list | validation | error | taskfile, enum, prompt, validation |
| enum reference %q must contain only strings | validation | error | taskfile, enum, prompt, type-error |