[BUG] Precommit config installed in ['.']
folder
#446
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
triaged: no
Hasn't been approved for future implementation
Describe the bug
Maybe this is intended (in which case it's a rather unusual choice), but when I ran
dbt-coves setup precommit
, it created all of the config files inside a['.']
folder. See the tree below:├── ['.'] │ ├── .dbt-coves-precommit.yaml │ ├── .sqlfluff │ ├── .sqlfluffignore │ └── .yamllint ├── pre-commit-config.yaml
The only file that's in the root directory is
pre-commit-config.yaml
. This file's contents also have many references to the same folder:pre-commit-config.yaml
Having a folder with symbols in its name is a very unusual choice (and makes it very hard to refer to the folder in the terminal), so I'm assuming it's a bug?
To Reproduce
Steps to reproduce the behaviour:
dbt-coves precommit
in a repo.Expected behaviour
A clear and concise description of what you expected to happen.
Console Log/Tracebacks
N/A. It's as simple as running
dbt-coves setup precommit
.Desktop (please complete the following information):
dbt-coves v1.7.2, dbt v1.7.8
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: