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

It seems 'exclude' does not work as expected #252

Open
abailly-iohk opened this issue Sep 19, 2022 · 0 comments
Open

It seems 'exclude' does not work as expected #252

abailly-iohk opened this issue Sep 19, 2022 · 0 comments

Comments

@abailly-iohk
Copy link

Describe the bug

I am trying to run the following command:

$ node_modules/.bin/blc "https://hydra.family/head-protocol/" -r --exclude google --exclude github --exclude 'nix' -v

but I still see broken links reported here:

├─BROKEN─ file:///nix/store/bacifcjs171a4z6qm5h24va3gld04p1j-ghc-8.10.7-doc/share/doc/ghc/html/libraries/base-4.14.3.0/GHC-Generics.html#t::-43-: (BLC_INVALID)
├─BROKEN─ file:///nix/store/bacifcjs171a4z6qm5h24va3gld04p1j-ghc-8.10.7-doc/share/doc/ghc/html/libraries/base-4.14.3.0/GHC-Generics.html#t:C1 (BLC_INVALID)
├─BROKEN─ file:///nix/store/bacifcjs171a4z6qm5h24va3gld04p1j-ghc-8.10.7-doc/share/doc/ghc/html/libraries/base-4.14.3.0/GHC-Generics.html#v:MetaCons (BLC_INVALID)
├─BROKEN─ file:///nix/store/bacifcjs171a4z6qm5h24va3gld04p1j-ghc-8.10.7-doc/share/doc/ghc/html/libraries/base-4.14.3.0/GHC-Generics.html#v:PrefixI (BLC_INVALID)
├─BROKEN─ file:///nix/store/bacifcjs171a4z6qm5h24va3gld04p1j-ghc-8.10.7-doc/share/doc/ghc/html/libraries/Cabal-3.2.1.0/Distribution-Compat-Prelude-Internal.html#v:True (BLC_INV

To Reproduce

Just run the above command, the web site is public.

Expected behavior

I would think the file://nix/... links would not be checked.

Environment:

$ uname -a
Linux haskell-dev-vm-1 5.15.0-1017-gcp #23-Ubuntu SMP Tue Aug 16 00:41:49 UTC 2022 x86_64 GNU/Linux
$ node --version
v16.13.2
$ node_modules/.bin/blc --version
0.7.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant