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

List excluded URLS? #704

Closed
wolf99 opened this issue Jul 24, 2022 · 2 comments
Closed

List excluded URLS? #704

wolf99 opened this issue Jul 24, 2022 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@wolf99
Copy link

wolf99 commented Jul 24, 2022

Is it possible to list excluded URLs?

I am adding this action to a repo in git-ecosystem/git-credential-manager#700, where it reports as follows:

| Status        | Count |
|---------------|-------|
| πŸ” Total      | 236   |
| βœ… Successful | 158   |
| ⏳ Timeouts   | 0     |
| πŸ”€ Redirected | 0     |
| πŸ‘» Excluded   | 78    |
| ❓ Unknown    | 0     |
| 🚫 Errors     | 0     |

Though there are some items in a .lycheeignore file, I would not have expected as many as 78 excludeds. Therefore I would like to understand in more detail exactly what is excluded so as to troubleshoot my configuration of Lychee.
Is it possible to configure the action to list the excludeds in the output in some way?

@mre
Copy link
Member

mre commented Jul 24, 2022

Good idea! There is currently no setting for that at the moment.

As a workaround you could do a lychee --dump and grep for excluded.

We could add a -vv setting for more verbosity and print the excluded URLs in that case.

In any case, we should move this to the main lychee repo. πŸ˜‰

@mre mre transferred this issue from lycheeverse/lychee-action Jul 27, 2022
@mre mre added enhancement New feature or request help wanted Extra attention is needed labels Jul 27, 2022
@mre
Copy link
Member

mre commented Nov 28, 2022

At least in verbose mode we print the excluded URLs now when we check them.

lychee -vv .

Note: this will be part of the next release.
With that I consider this done. πŸ₯³ Thanks for the report.

@mre mre closed this as completed Nov 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants