-
An upgrade of ErrorProne 2.35.1 to 2.36.0 causes an `InvalidCommandLineOptionException`:
```
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-com…
-
-
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…
-
Hello,
According to Moodle standards, all custom classes that are not part of the core API should be placed in the 'classes/local' folder to avoid potential namespace collisions. You can refer to t…
-
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…
-
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 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…