Eloy Lafuente

Results 252 comments of Eloy Lafuente

Hi @jay-oswald, unless I'm wrong, `--repo` has to be a valid git URL, so maybe (not tried, just suggesting) something like `--repo file:///upstream` or so is needed. Ciao :-)

Just contradicting my previous message, I think that `moodle-plugin-ci` does not support `file://` URLs, digging into code I [just found this](https://github.com/moodlehq/moodle-plugin-ci/blob/main/src/Validate.php#L93-L99). And, unless I'm reading it wrong, only git/ssh/https URLs...

> I suggest to change it to support both `file://` and path `^[/|\./]`. > I fully agree with this, allowing to clone from local repos cannot but be good (for...

> @stronk7 Happy if I just update this one, and add the option, thinking just a simple `--no-clone`? I think that the `--no-moodle-clone` option, as suggested by @kabalin , is...

Isn’t the year required in any copyright? I always thought it was… maybe I’m wrong.

Yes, please, just give us a json/dict (model, model_parameters, ...) without building the whole model. Just the raw config (`raw_config = True`), or so. There are many situations where what...

Same here with PyCharm 2025.1.2 (pro) Mac. Previous IDE version working ok. With Intelij's LSP client. Good research @NikolaiES ! 🆒

Hi @purnendudash , I'm not sure if I'm following, I'm not aware of any restriction to check those `lib.php` or `locallib.php` files. Just to test it, I've run the codechecker...

Just noting that, if we go the GH Action (vs reusable workflow) way, there is also #53, created long ago.