-
-
JIRA Issue: [KIEKER-985] Update developer instructions for code style, static analysis etc.
Original Reporter: Andre van Hoorn
***
Nils: check whether wiki:KiekerCodingConventionSetup up to date a…
-
Sql statement should follow this indentation style - https://moodledev.io/general/development/policies/codingstyle/sql#indentation
https://github.com/marcusgreen/moodle-tool_driprelease/blob/dd7cba…
-
Hello,
1. A lot of requests to DB use plane SQL operators like IN or LIKE.
Please replace them with Moodle DML functions:
https://moodledev.io/docs/4.5/apis/core/dml#get_in_or_equal
https://mood…
-
Sql statement should follow this indentation style - https://moodledev.io/general/development/policies/codingstyle/sql#indentation
https://github.com/examus/moodle-availability_examus2/blob/3658279…
-
Since Laravel tends to depend on lots of behind the scene magic, using static on calls to functions and closures tends not give what you want. Rector should not introduce these things.
I propose ad…
-
The current setup creates a running configuration of Jenkins with a specific agent, e.g. a maven agent. It would be also helpful, if the provided hello-world job would be profile dependent. I.e., when…
-
https://github.com/coactum/moodle-mod_annopy/blob/b940750110b417760029540c9e87883305b9b72d/classes/event/annotation_created.php#L33
Kindly check the Frankenstyle from here - https://moodledev.io/…
-
repro:
```
name: Unit
on:
push:
jobs:
smoke-test:
name: Smoke
runs-on: ubuntu-latest
container:
image: ghcr.io/mvorisek/image-php:${{ matrix.php }}
strategy:
…
-
### The URL of the page on https://docs.moodle.org/dev/
https://docs.moodle.org/dev/CSS_Coding_Style
### Is this documentation specific to a Moodle version?
No
### What location would you …