Ed Page

Results 4043 comments of Ed Page

The duplicate key was dropped because at that time, the parser didn't support allocations for errors and I felt that being able to show the context would make up for...

At https://github.com/crate-ci/typos?tab=readme-ov-file#false-positives, we show three different ways of doing this, which you use is dependent on your situation. In understanding how to improve the documentation, it would help to know...

Any of those file names work. Can you provide reproduction steps with just the command line? I do not maintain any vscode extensions or use it, so I can't speak...

As our dictionaries are focused on [identifiers and words](https://github.com/crate-ci/typos/blob/master/docs/design.md#identifiers-and-words), that would require `default.extend-ignore-re` to write a custom regex.

Good idea, see c4bf6daa49561d2711bee7298c5bb162257d67be and 7e5797c275f6d553ec81b37f658a8e9b91ad8fad

If we did this, it would be config only. We intentionally limit what capabilities we provide on the CLI as configuration like this is intended to be project configuration rather...

From cspell's [docs](https://cspell.org/configuration/) > minWordLength - defaults to 4 - the minimum length of a word before it is checked. Not quickly finding when that was introduced to see all...

@Foxtrod89 the focus of this issue is on a specific config. https://github.com/crate-ci/typos/discussions/1262 is a recent discussion along the same lines of your question.

So I recreated your example ```rust #!/usr/env nargo --- [dependencies] clap = { version = "4", features = ["derive"] } --- use clap::Parser; #[derive(Parser)] #[command()] enum CommandExample { TestCommand, }...

`cargo-set-version` was pulled out of `cargo-release` which has ``` --dependent-version Specify how workspace dependencies on this crate should be handed [possible values: upgrade, fix] ``` I didn't include that in...