-
In https://scrutinizer-ci.com/g/Behat/Mink/inspections/fdc596a6-e061-49a1-a393-2e70f642b00f/code-structure/class/Behat%5CMink%5CSelector%5CXpath%5CManipulator the cohesion score for the class displays…
stof updated
10 years ago
-
As of now for setting a new repository, when you want to add a repository to Scrutinizer, it requires admin access to all our repositories. It's quite scary and overkill: giving admin access to a thir…
-
It would be nice to be able to configure the links to be able to quickly open files locally.
Let's say there is an issue in Http/Core.php. Locally my project is stored in /var/www/project/. Also in o…
h0gar updated
10 years ago
-
getFragment() will not be able to process it
https://github.com/phar-io/phive/blob/master/src/shared/JsonData.php#L24
-
This is on Debian sid with Python 3.5.1
(I'm not sure whether the tests are supposed to work with Python 3)
```
======================================================================
FAIL: runTest…
ghost updated
7 years ago
-
Would be cool to have TravisCI, code sniffer and other reporting tools set up for the library.
-
Sugestões:
[https://codeclimate.com](https://codeclimate.com)
[https://codebeat.co](https://codebeat.co)
[https://scrutinizer-ci.com](https://scrutinizer-ci.com)
[https://www.codacy.com](https://w…
-
It would be great to use more static analyzers in the testsuite.
To avoid increasing too much the time it takes to run it, a cool possibility would be to run it automatically once a week on the CI, a…
-
In my class, I use two traits:
1. declares abstract methods
2. implements abstract methods
The inspection only seems to be aware of the declarations but not the implementations.
see [Issue](https://…
ghost updated
10 years ago
-
When defining a global exclude_path array via the `filter` option :
``` yaml
filter:
excluded_paths: ["vendor/*", "tests/*", "examples/*"]
```
Those folders don't seem to be taken into account a…