Gabriel Machado

Results 10 comments of Gabriel Machado

It would be nice if composer scripts can find `./tools/test/phpunit` somehow https://getcomposer.org/doc/articles/scripts.md#writing-custom-commands

@nicolas-grekas it would be related with this note from the docs: > Note: Before executing scripts, Composer's bin-dir is temporarily pushed on top of the PATH environment variable so that...

> @gmsantos needs merge/rebase from master and could you document the steps you performed to ensure we pulled all the relevant changes? Here are the steps I usually perform: https://github.com/aio-libs/aiobotocore/blob/master/CONTRIBUTING.rst#how-to-upgrade-botocore...

@LOC333 maybe soon I can take a look at the PR comments. Busy weeks... can't promise though. Take in mind that I'm not the maintainer, so if you are in...

yes, it should be done @thehesiod. About flake complaining about black, I can take a look. The idea behind adding flake8-black and flake8-isort was to avoid that. https://github.com/aio-libs/aiobotocore/pull/952/commits/5933acfb0569b74f66fe79046830c2d40f11b3d0#diff-230078d672f10d17463a8a6265cad825b790885898256a3365be90685caac58dR11-R12

@tyrannosaurus-becks sorry I'm not a maintainer. At the moment, I think @amendoa is the only maintainer.

@samj1912 let me know when you have some time to review this one :)

@lsorber not sure if is related to these changes. Better do it in a separate PR.

I have the same problem with file match from Ansible in a file structure for Concourse CI (like in https://github.com/redhat-developer/vscode-yaml/issues/145#issuecomment-478661866). ``` project |- ci |- pipeline.yml |- tasks |- task1.yml...