Skip to content

Commit

Permalink
There is no --no-warn-error CLI flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Nov 13, 2024
1 parent 6810e18 commit 0669da0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ Because the values of `flags` can differ across invocations, we strongly advise
| [use_experimental_parser](/reference/global-configs/parsing#experimental-parser) | boolean | False | ✅ | `DBT_USE_EXPERIMENTAL_PARSER` | `--use-experimental-parser`, `--no-use-experimental-parser` | ❌ |
| [version_check](/reference/global-configs/version-compatibility) | boolean | varies | ✅ | `DBT_VERSION_CHECK` | `--version-check`, `--no-version-check` | ❌ |
| [warn_error_options](/reference/global-configs/warnings) | dict | {} | ✅ | `DBT_WARN_ERROR_OPTIONS` | `--warn-error-options` | ✅ |
| [warn_error](/reference/global-configs/warnings) | boolean | False | ✅ | `DBT_WARN_ERROR` | `--warn-error`, `--no-warn-error` | ✅ |
| [warn_error](/reference/global-configs/warnings) | boolean | False | ✅ | `DBT_WARN_ERROR` | `--warn-error` | ✅ |

Check warning on line 98 in website/docs/reference/global-configs/about-global-configs.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/reference/global-configs/about-global-configs.md#L98

[custom.Typos] Oops there's a typo -- did you really mean 'warn_error'?
Raw output
{"message": "[custom.Typos] Oops there's a typo -- did you really mean 'warn_error'? ", "location": {"path": "website/docs/reference/global-configs/about-global-configs.md", "range": {"start": {"line": 98, "column": 4}}}, "severity": "WARNING"}
| [write_json](/reference/global-configs/json-artifacts) | boolean | True | ✅ | `DBT_WRITE_JSON` | `--write-json`, `--no-write-json` | ✅ |

0 comments on commit 0669da0

Please sign in to comment.