diff --git a/configs/cliff.toml b/.cliff.toml similarity index 100% rename from configs/cliff.toml rename to .cliff.toml diff --git a/configs/typos.toml b/.typos.toml similarity index 100% rename from configs/typos.toml rename to .typos.toml diff --git a/justfile b/justfile index 4076ffa..c0bd6e0 100755 --- a/justfile +++ b/justfile @@ -44,7 +44,7 @@ fmt-check: [doc('Lint the codebase')] lint: cargo clippy --all-targets --all-features - typos --config configs/typos.toml + typos [doc('Test the codebase')] test: @@ -65,7 +65,7 @@ _doc-check: [doc('Prepare release hooks')] _release-prepare version: - git-cliff --config configs/cliff.toml --output CHANGELOG.md --tag {{ version }} + git-cliff --config .cliff.toml --output CHANGELOG.md --tag {{ version }} just fmt [doc('Check dependencies health. Pass `--write` to upgrade dependencies')]