-
I'm using the command line and it doesn't seem to write to the error log, but I'll paste in the console output.
### Version of Archi, Operating System
macOS High Sierra 10.13.3 (17D47)
co…
-
In Resources/scripts/admin/components/ajaxConfirm.js - line 23
});
var onOpen = $(this).data('ajax-confirm-on-open');
if (onOpen) {
eval(onOpen);
Calls to eval are slow and potentially d…
-
You should run the Scrutinizer on this repo.
Since this is part of other plugins it will improve code quality
-
Investigate a possibility to integrate [Depenabot](https://dependabot.com/) with Magento infrastructure.
- Check PR creation to update composer dependencies
- POC Dependabot notifications into the sla…
-
-
Here can be found list of classes with % of test coverage:
https://scrutinizer-ci.com/g/svbackend/my-art-lib/code-structure
+ Find out how to test controllers.
-
When updating my repository in order to update tests executed by Windows only, I would like to launch all the CI builds except Travis, but I can't tell only to Travis to ignore this commit.
I think t…
-
Do some research on the different code quality tools and see if we can or need to replace sensiolabs insights
- codacy
- codeclimate
- scrutinizer-ci
- ...
-
Add support for Travis. With existing tests. Code coverage is bonus:)
-
I'm having the same problem, but my php is running inside a docker container, I have a ```/usr/bin/php``` that looks like this:
```shell
#!/bin/bash
docker exec \
-it \
-u $(id -u) \
…