Matthias Endler

Results 747 comments of Matthias Endler
trafficstars

Thanks for helping out. debcargo looks nice. Let's try it! I'm fine with adding a debian subfolder. Reading through the debcargo docs, we might only need one toml file anyway,...

> bat is packaged into Debian so I may contact the maintainer to understand what workflow he use and then decide based on that. Sounds like a good idea. Thanks...

> This was caught by Lychee locally, but not on CI, not sure yet what's different. Did you set a `base` in any of the two environments? Did you run...

We have a `.lycheeignore` already for excluding patterns. Initially I thought about adding support for tags like `DENY` to this file, but I think it's a bad idea, because these...

If we go with a single list, I would vote for `allow` because `--deny !foo bar` can be confusing whereas `--allow foo !bar` is easier to parse for me.

Before adding anything, though, I would like to know if this is a common enough use-case to warrant a new option.

As a temporary workaround, you could pass `--dump` and grep the output for the forbidden patterns. grep's exit code would indicate if there were any disallowed URIs.

I'm also one of the maintainers of [analysis-tools.dev](https://github.com/analysis-tools-dev/static-analysis) and I've never heard of SARIF. 😅 But it looks great! Only problem is that we indeed don't support racking lines and...

We also touch on that in https://github.com/lycheeverse/lychee/issues/418. I agree that there needs to be a solution. `ripgrep` excludes `.git` and `node_modules` by default, which sounds sensical to me. Then in...

I remember now that we wanted to deprecate `--offline` in favor of https://github.com/lycheeverse/lychee/issues/452#issuecomment-1026277830. This needs to happen before we hit 1.0.