Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ anyhow = "1.0"
atty = "0.2.14"
bytesize = "2.0.1"
clap = { version = "4.5", features = ["derive"] }
clap-config-file = "0.5.0"
clap-config-file = "0.6.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: v0.6.0 enforces kebab-case in config files. Verify yek.yaml uses output-dir, ignore-patterns, priority-rules, binary-extensions, git-boost-max, category-weights, max-git-depth (not snake_case)

Prompt To Fix With AI
This is a comment left during a code review.
Path: Cargo.toml
Line: 18:18

Comment:
**style:** v0.6.0 enforces kebab-case in config files. Verify `yek.yaml` uses `output-dir`, `ignore-patterns`, `priority-rules`, `binary-extensions`, `git-boost-max`, `category-weights`, `max-git-depth` (not snake_case)

How can I resolve this? If you propose a fix, please make it concise.

config = "0.15.11"
content_inspector = "0.2.4"
crossbeam = "0.8"
Expand Down
Loading