Laurent Laville

Results 68 issues of Laurent Laville

Hello, I've noticed that if we have a project with multiple licenses (as explained in [Composer documentation](https://getcomposer.org/doc/04-schema.md#license), we cannot build a `manifest.xml` file that reflect the project situation. See :...

bug
enhancement

Hello @alekitto With my first report #13, I've found that `ComposerFinder` (but its always true to all other) is not yet able to count values of classes found (like Symfony...

**Describe the solution you'd like** Add SARIF output on `PHP_PHPCS` linter. @nvuillam Ask for it in December 2021 on official PHP_CodeSniffer project (see https://github.com/squizlabs/PHP_CodeSniffer/issues/3496) **Describe alternatives you've considered** Continue without...

enhancement

Hello, Tell me if I'm wrong, (perharps I missed something), but current version of Psalm (5.23.1) did not support ability to produce our own report format without the need to...

Fixes #3515 ## Readiness Checklist ### Author/Contributor - [x] Add entry to the [CHANGELOG](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) listing the change and linking to the corresponding issue (if appropriate) - [ ] If documentation...

**Is your feature request related to a problem? Please describe.** It's not a problem, and we may consider it as an improvement to PHP linters **Describe the solution you'd like**...

enhancement

Hello Théo, Could you give an example how to configure Input Definition at run time with `ConfigurableIO` interface ? With standard Symfony Application, I am able to write something like...

enhancement

# Bug report Throwing exceptions from __toString() is allowed since PHP 7.4 (see https://wiki.php.net/rfc/tostring_exceptions), but PHPStan 1.1.1 does not detect such feature ! ### Code snippet that reproduces the problem...

bug

## Summary Simplify ability to add support to more formats ## Context Even if I consider [SARIF](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html) as the futur of reporter solution, I must admit that PHP project leaders/maintainers...

enhancement