Skip to content

Commit

Permalink
Update continuous-integration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 20, 2024
1 parent ff8fe0f commit 0b4c329
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/docs/docs/deploy/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ When [enabled for your CI job](/docs/deploy/ci-jobs#set-up-ci-jobs), dbt invokes
If the linter runs into errors, you can specify whether dbt should stop running the job on error or continue running it on error. When failing jobs, it helps reduce compute costs by avoiding builds for pull requests that don't meet your SQL code quality CI check.

#### To configure SQLFluff linting:

Check warning on line 67 in website/docs/docs/deploy/continuous-integration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/deploy/continuous-integration.md#L67

[custom.SentenceCaseHeaders] 'To configure SQLFluff linting:' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'To configure SQLFluff linting:' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/deploy/continuous-integration.md", "range": {"start": {"line": 67, "column": 6}}}, "severity": "WARNING"}
You can optionally configure SQLFluff linting rules to override default linting behavior.

- (Optional) Use [SQLFluff Configuration Files](https://docs.sqlfluff.com/en/stable/configuration/setting_configuration.html#configuration-files) to override the default linting behavior in dbt.
- Use [SQLFluff Configuration Files](https://docs.sqlfluff.com/en/stable/configuration/setting_configuration.html#configuration-files) to override the default linting behavior in dbt.
- Create a `.sqlfluff` configuration file in your project, add your linting rules to it, and dbt Cloud will use them when linting.
- When configuring, you can use `dbt` as the templater (for example, `templater = dbt`)
- If you’re using the dbt Cloud IDE, dbt Cloud CLI, or any other editor, refer to [Customize linting](/docs/cloud/dbt-cloud-ide/lint-format#customize-linting) for guidance on how to add the dbt-specific (or dbtonic) linting rules we use for own project.
Expand Down

0 comments on commit 0b4c329

Please sign in to comment.