Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default file types are redundant #913

Open
epage opened this issue Jan 19, 2024 · 1 comment
Open

Default file types are redundant #913

epage opened this issue Jan 19, 2024 · 1 comment
Labels
bug Not as expected

Comments

@epage
Copy link
Collaborator

epage commented Jan 19, 2024

cargo test --lib -- --nocapture default_types::check_duplicates
    Finished test [unoptimized + debuginfo] target(s) in 0.08s
     Running unittests src/lib.rs (/home/epage/src/personal/typos/target/debug/deps/typos_cli-83a9b576bfaa71be)

running 1 test
*.conf is under multiple names: ["bitbake", "config", "systemd"]
*.el is under multiple names: ["elisp", "lisp"]
*.erb is under multiple names: ["erb", "puppet"]
*.gradle is under multiple names: ["gradle", "groovy"]
*.h is under multiple names: ["h", "objc", "objcpp", "sv"]
*.inc is under multiple names: ["bitbake", "pascal"]
*.m is under multiple names: ["matlab", "objc"]
*.mk is under multiple names: ["amake", "make"]
*.ml is under multiple names: ["ml", "ocaml"]
*.pp is under multiple names: ["pascal", "puppet"]
*.r is under multiple names: ["r", "red"]
*.rb is under multiple names: ["puppet", "ruby"]
*.scss is under multiple names: ["css", "sass"]
*.sv is under multiple names: ["sv", "verilog"]
*.svh is under multiple names: ["sv", "verilog"]
*.v is under multiple names: ["coq", "sv", "verilog"]
*.zsh is under multiple names: ["sh", "zsh"]
.zlogin is under multiple names: ["sh", "zsh"]
.zlogout is under multiple names: ["sh", "zsh"]
.zprofile is under multiple names: ["sh", "zsh"]
.zshenv is under multiple names: ["sh", "zsh"]
.zshrc is under multiple names: ["sh", "zsh"]
zlogin is under multiple names: ["sh", "zsh"]
zlogout is under multiple names: ["sh", "zsh"]
zprofile is under multiple names: ["sh", "zsh"]
zshenv is under multiple names: ["sh", "zsh"]
zshrc is under multiple names: ["sh", "zsh"]
test default_types::check_duplicates ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 50 filtered out; finished in 0.00s
@epage
Copy link
Collaborator Author

epage commented Jan 19, 2024

This was found when working on #911

@epage epage added the bug Not as expected label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not as expected
Projects
None yet
Development

No branches or pull requests

1 participant