-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Script to lint for copypasta'd file paths that should be generic #123
Comments
I think the requirements for this are:
Is that what you had in mind, @steveklabnik? I'm thinking about tweeting/getting this in TWiR for some help :) |
Here's an example (source): If there's a directory
And I ran
and have the command exit with a nonzero status. |
@carols10cents yup, exactly! |
Also, do we care if this is implemented in bash, rust, ruby, perl, etc etc? I don't really, it should be easy enough to read/modify in whatever. |
It would be nice if it was in Rust so that we don't introduce Yet Another Dependency. |
Should it only scan .md files regardless if other files are present? Do you want the program in a new repo or part of this repo? |
I would like to help with this as a way to start learning rust :) |
Yep!
In this repo please :) Yinz are watching the TWiR repo like hawks! :) |
Hey @ereichert @bronzdoc !
Yes, because they're the source text, other things are generated from them.
In this one would be cool! |
If someone doesn't get it done before tonight I'll get on it. |
I'm not going to "reserve" this for anyone-- please don't worry about duplicating work, especially if you're doing this for learning! ❤️ Or perhaps collaborate! We also might have more little things like this in the future! |
@bronzdoc if you want to write it I'd be happy to mentor. |
Agreed. There's probably a lot of little things that would be cool to lint. |
That would be awesome @ereichert thank you. |
Oops this didn't get closed!! This was fixed in #177 :) |
On helping others that's the year I started my page on Facebook helping others. |
@ereichert please i am new to github aspering frontend web developer would need mentorship still learning on udacity |
I would like to contribute 👾 |
Hi, I would like to contribute |
Hello everyone. I'm newbie here. Can anyone give clue how to become a contributor of projects ? |
@angelhen2020 @rogers0404 @Mrvirm hi, this issue is closed because the bug was already fixed. It also seems like you're looking for a general "how to get involved on github", but that's not what we do here, we're working on this specific project, which doesn't take a lot of external contribution. I'm going to lock this issue, but it feels like folks are coming from somewhere. I don't know where this is linked from that suggests the wrong thing. |
One thing we do when showing errors is show
file:///projects/bindings
in Cargo's output. It'd be nice to somehow catch that this is always the text we use, as it's really easy to copy/paste something and forget to change it.The text was updated successfully, but these errors were encountered: