Skip to content

Commit

Permalink
update contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Nov 17, 2023
1 parent ea5621a commit 2eaaf7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,13 +183,15 @@ conflicts and other issues.
[Trunk](https://trunk.io/) is a tool that runs multiple "linters" that check for common errors and
enforces style.

If there

| Language | Linter(s) |
| -------- | ---------------------------------------------------------- |
| SQL | [SQLFluff](https://docs.sqlfluff.com/en/stable/rules.html) |
| Python | [Ruff](https://docs.astral.sh/ruff/rules/) |

??? question "What if I can't fix the issue?"

Find another place to work!

### dbt Cloud

dbt Cloud will create branch a dataset for your pull request on BigQuery and attempt to build the
Expand Down
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ nav:
- Contributing: CONTRIBUTING.md

markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.keys
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
Expand Down

0 comments on commit 2eaaf7c

Please sign in to comment.