-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
The Moodle Mobile App uses Ionic Framework within Mustache templates. However, the moodle-plugin-ci tool currently does not support Ionic components during Mustache validation, which causes certain templates to fail CI checks.
To work around this limitation, we disabled validations for mobile-specific templates using the following configuration:
MUSTACHE_IGNORE_NAMES: 'mobile*.mustache'.
While this approach is effective, it would be ideal to have native support for the Ionic Framework in moodle-plugin-ci to allow proper validation and maintain consistent code quality checks across all templates.
jrchamp and paulholden
Metadata
Metadata
Assignees
Labels
No labels