-
Investigate plugins or tools to conduct php code quality scans.
Code quality scan will kick off at each build. There are many Jenkins php plugins but I want to use one that shows scan results in Je…
-
## Information
**VIM version**
NVIM v0.3.1-dev
Build type: RelWithDebInfo
Operating System: Ubuntu 16.04
### :ALEInfo
Current Filetype: php
Available Linters: ['langserver', 'pha…
-
## Description
[ISO/IEC 25010:2011](https://www.iso.org/standard/35733.html) is an industry standard for code maintainability, it is often set as a sales requirement for software that it must live up…
-
## Information
**VIM version**
VIM - Vi IMproved 8.2 (2019 Dec 12 kompiliert am Feb 10 2020 00:00:00)
Inklusive der Patches: 1-236
Operating System:
NAME=Fedora
VERSION="31 (Workstation Edit…
-
Подключите PHP Mess detector и PHP Code Sniffer и проверьте свой код на наличие нарушений стандартов кодирования PSR2
https://github.com/squizlabs/PHP_CodeSniffer
https://phpmd.org/download/index.…
-
With `./vendor/bin/grumphp run` have
```
GrumPHP is sniffing your code!
Running task 1/3: Phpcs... ✔
Running task 2/3: PhpMd... ✔
Running task 3/3: PhpParser... ✔
```
-
http://blog.timoxley.com/post/47041269194/avoid-else-return-early
Use of if-else is always unnecessary, and leads to cyclomatic complexity. Other clean code linters (phpmd, golint) enforce this pa…
-
https://confluence.jetbrains.com/display/PhpStorm/PHP+Code+Sniffer+in+PhpStorm
https://github.com/php-fig/fig-standards/blob/master/accepted/ru/PSR-2-coding-style-guide.md
https://www.jetbrains.com/ph…
-
add a step in phing that runs code analysis for custom modules regarding the style checks, phpmd and probably some other checks.
We need to have dashboard in jenkins to see the technical dept
-
#### Steps to reproduce the issue
Select language - click to Files
#### Expected result
#### Actual result
Warning: ini_restore() has been disabled for security reasons in /home/users/fe…