-
Hi,
are there plans to add more output formats like junit?
My goal is to have a better integration in gitlab pipelines for example.
I have seen such implementations in deptrac or php codesniffer
-
I came from the wongjn extension recently, and I can't seem to get this extension to stop adding a new line at the end of my files.
I have turned "Files: Insert Final Newline" in VSCode off. I also…
-
At this moment, the plugin very deliberately only registers packages with the `phpcodesniffer-standard` type set in their `composer.json` file with PHP_CodeSniffer (providing a `ruleset.xml` file can …
jrfnl updated
1 month ago
-
**Describe the bug**
When the setting PHP > Editor > Save Actions > Organize use statements is on and you use `true` in a namespaced class, eclipse/PDT will add a use statement `use const False\MyC…
-
https://github.com/phpactor/phpactor
`phpactor` is an open source PHP language server.
I would recommend making `phpactor` the default instead of `intelephense` as the latter is closed source.
-
**CI**
- [x] CI via Travis-CI.org (http://about.travis-ci.org/fr/docs/user/build-configuration/ - http://about.travis-ci.org/fr/docs/user/languages/php/)
- [ ] Run unit tests (phpunit)
**Automati…
-
Initially start with code standards checking for PHP, JS and CSS files using https://github.com/squizlabs/PHP_CodeSniffer
-
I've encountered a situation where I need to selectively exclude reported errors triggered by PHP_CodeSniffer based on specific inline comments within the code, such as `// NOSONAR`. However, after ex…
-
## Describe the bug
I get false positive `Generic.WhiteSpace.ScopeIndent.IncorrectExact`
when an foreach has an heredoc in it.
### Code sample
```
-
I don't understand fully why this is happening, but I am experiencing a side-effect due to `stty size`.
I'm on Windows 10 and this system has cygwin installed (which seems to be relevant).
**D…