Skip to content

Commit

Permalink
Update lint-format.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Jan 17, 2025
1 parent 9ad1365 commit 9a8be52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/dbt-cloud-ide/lint-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To configure your own linting rules:

1. Create a new file in the root project directory (the parent or top-level directory for your files). Note: The root project directory is the directory where your `dbt_project.yml` file resides.
2. Name the file `.sqlfluff` (make sure you add the `.` before `sqlfluff`).
3. [Create](https://docs.sqlfluff.com/en/stable/configuration.html#new-project-configuration) and add your custom config code.
3. [Create](https://docs.sqlfluff.com/en/stable/configuration/setting_configuration.html#new-project-configuration) and add your custom config code.
4. Save and commit your changes.
5. Restart the IDE.
6. Test it out and happy linting!
Expand Down

0 comments on commit 9a8be52

Please sign in to comment.