We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--ignored-dirs
I'm not sure if this is the expected behavior but I came across this issue while I was working on #92
To reproduce:
$ cargo new repro $ cargo build # target directory is created $ kondo Projects cleaned: 0, Bytes deleted: 0.0B # nothing is cleaned
I think this is due to:
kondo/kondo/src/main.rs
Lines 57 to 61 in 51828a1
might be regression in #90
The text was updated successfully, but these errors were encountered:
Oh yep, I see what's happening, nice catch.
Sorry, something went wrong.
Should be fixed in a48eb09. Please let me know if there was still any issues :)
Works fine now, thank you for the fix!
No branches or pull requests
I'm not sure if this is the expected behavior but I came across this issue while I was working on #92
To reproduce:
I think this is due to:
kondo/kondo/src/main.rs
Lines 57 to 61 in 51828a1
might be regression in #90
The text was updated successfully, but these errors were encountered: