-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
QUESTION - ignore-files
syntax not ignore entire directories as I would expect it to. Is my approach syntax incorrect?
#775
Comments
ignore-files
syntax not ignore entire directories as I would expect it to. Is my approach syntax incorrect?
Hi there. One thing I find curious is that the version of HTML Proofer being used is 4.4.2—the program is on 5.x now. That shouldn't necessarily be causing this problem but you might want to upgrade, because a lot of fixes were made. Thank you for the detailed report. I'm going to clone your repo and see if I can repro the error. |
Your command almost had it: it should be I tried this locally and it should also work for you; let me know if it doesn't. PS If this open source project is helping you, please consider sponsoring it. ✌️ |
hey @gjtorikian !! thank you so much. that fix helped / fixed things on version 4.4.2 BUT now on 5.0 i'm running into the same thing again oddly. did 5.0 by chance change something related to parsing strings? here is a build where it ran - right after you helped me! today i noticed other builds were breaking so i decided to try the rebuild the repo where it was working again Exact same code and file base not does NOT ignore directories as as it did in 4.x. Any ideas why? I've once again tried variations on the syntax including again many thanks for the work that you do here!! We are using html proofer in all of the pyOpenSci documentation and for the website. maybe we can promote your work there as well to Python maintainers who want to test their docs? |
gosh i still can't figure this out. i've tried several variations of telling it to ignore directories and am still unable to get things to work with version 5.0 whereas it did work in version 4.4.2 . hoping someone else has run into this or has any ideas on how to fix. many thanks. |
Ah, there appeared to be a bug, which #776 has just fixed in 5.0.1.
That would be appreciated, but promotion and exposure doesn't pay the bills. |
Hi Colleagues,
I'm super appreciative of html proofer and use it in many builds.
I'm struggling with getting ignore-files to work as expected and the documentation and other issues haven't yet helped me.
i'm trying to ignore two directory paths:
It's ignoring the _static dir but not the meeting notes.
Here is my build:
I want the build to ignore both the static dir and the meeting-notes dir. I've tried many things after reading through other issues including:
\/
, not escaping it, using the full path _build/html and not using it. I am not sure i understand how to correctly tell html proofer to skip over a few different directories in my build. Many thanks for any help.Failure looks like
Thank you for any guidance!! it's simply not ignoring but i'm not sure what i'm doing wrong.
Update: i've tried a few other things looking at SO and other sites but it's still not working.
Currently trying - seeing if some regex could help
The text was updated successfully, but these errors were encountered: