-
Bug
-
Resolution: Done
-
Minor
-
None
-
3.11.7
-
MOODLE_311_STABLE
Since we rebased workplace over 3.11.7 this morning we have failures in most of workplace plugins in the command "moodle-plugin-ci codechecker" for each file:
------------------------------------------------------------------------------------------------------------------------------------
|
FOUND 1 ERROR AFFECTING 1 LINE
|
------------------------------------------------------------------------------------------------------------------------------------
|
1 | ERROR | An error occurred during processing; checking has been aborted. The error message was: No sniffs were registered
|
| | (Internal.Exception)
|
I tracked it down to MDL-74511, if it is reverted the codechecker passes.
The difficulty here that:
- there are two small plugins in workplace where the codechecker does not fail
- codechecker does not fail locally
- it also does not fail on github (on the same plugin where it fails on gitlab)
So it's a really tricky one...
- is a regression caused by
-
MDL-74511 Include .phpcs.xml with core
-
- Closed
-