Alex Karajos
Alex Karajos
Fixed in https://github.com/dotkernel/api/pull/238
Fixed in https://github.com/dotkernel/api/pull/238
> also add on .gitignore the project specific files: > config/autoload/local.php > mail.local.php > debugbar.local.php > development.local.php `*.local` files are already ignored in [this](https://github.com/dotkernel/frontend/blob/4.0/config/autoload/.gitignore) file
> and the folders: data/cache cache directory is already ignored in [this](https://github.com/dotkernel/frontend/blob/4.0/data/.gitignore) file
It says `default is 0` since the beginning of the Frontend repo [(April, 2020)](https://github.com/dotkernel/frontend/commit/5f0b4fa54500b84afe1a752becb346ea4f218e0e#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R70). At that time it probably was defaulting to `0` in https://github.com/laminas/laminas-component-installer/blob/3.5.x/src/ComponentInstaller.php#L534 Assuming that laminas-component-installer always finds...
I find it odd that the DCO check fails, because I made sure (you can see that I had multiple attempts) that my commits include a signoff flag. See below...
> If you click on DCO check it will show what is the problem. Specifically here it tells that handle used in signoff does not match expected name. Indeed, I...
IMO a new PR on a different branch - this PR/branch has been through a lot over the past couple of years. Btw, we also have this feature in Dotkernl...
See https://github.com/dotkernel/dot-data-fixtures/issues/19 Fixed in https://github.com/dotkernel/dot-data-fixtures/pull/20
Yes, it instructs Git to clone the repository in the current directory.