Skip to content

Commit

Permalink
Update website/docs/docs/deploy/continuous-integration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Nov 20, 2024
1 parent 8b2e0bd commit ff8fe0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/deploy/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ If the linter runs into errors, you can specify whether dbt should stop running

#### 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"}

- Use [SQLFluff Configuration Files](https://docs.sqlfluff.com/en/stable/configuration/setting_configuration.html#configuration-files) to override the default linting behavior in dbt.
- (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.
- 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 ff8fe0f

Please sign in to comment.