Koen Hendriks

Results 7 comments of Koen Hendriks

It would be great if we could create some exceptions in the config for certain variables used by for example, Laravel. ```xml ``` Currently this is possible for `UnusedLocalVariable` but...

> `$request` is optional, if you don't use it don't hit it in your controller methods. It's just there in the template as it is often used, but if you...

> So IMHO, [this line you mention](https://github.com/laravel/framework/blob/10.x/src/Illuminate/Http/Resources/Json/JsonResource.php#L115) is actually a not-ideal pattern that a mess detector is legit to warn about. It should at least make optional ?Request $request =...

@tvbeek Yes thats an easy workaround for a single file, but what if you have 20 resources? It will become tedious work to suppress each method in each file. Updating...

I did try to build a docker image from the current Dockerfile in the repo, but I don't seem to be able to run the osv-scanner with arguments. When trying...

Can someone take a look at this @caneco @driesvints or @nuernbergerA ?

Is this project no longer maintained ? @caneco @driesvints or @nuernbergerA ?