1 Star 3 Fork 1

Sebastian Thiel/gitoxide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
_typos.toml 767 Bytes
一键复制 编辑 原始数据 按行查看 历史
Viktor Szépe 提交于 2024-04-10 16:09 . Fix typos
[files]
extend-exclude = [
"**/CHANGELOG.md",
"*.response",
"etc/corpus/repo_metadata.sample.jsonl",
"gix-config/benches/large_config_file.rs",
"gix-config/tests/fixtures/clusterfuzz-testcase-minimized-gix-config-parse-6431708583690240",
"gix-glob/tests/wildmatch/mod.rs",
"gix-path/tests/fixtures/fuzzed/54k-path-components.path",
]
ignore-hidden = false
[default]
extend-ignore-re = [
# PGP signature
"[0-9A-Za-z+=]{44,}",
'"egal"',
'"bar", "bart", "ba"',
'"foo/ba"',
'"FO", "FO", &\[\], "FO"',
'"(BarFoO|BarFoOo|FoO|FoOo)"',
"\\|pn: &BStr\\| pn !=",
]
extend-ignore-identifiers-re = [
# Git commit hash
"[0-9a-f]{7,}",
"rela_[a-z_]+",
]
[default.extend-identifiers]
_pn = "_pn"
ein = "ein"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/byronbates/gitoxide.git
git@gitee.com:byronbates/gitoxide.git
byronbates
gitoxide
gitoxide
main

搜索帮助