Skip to content

Check ModuleDefSyntaxError

github-actions[bot] edited this page Nov 7, 2025 · 1 revision

module-def-syntax-error - module.def contains a syntax error

Non-compliant Code Example

example_module 1

titles
    An example module
end

Compliant Code Example

example_module 1

title
    An example module
end

Note

This page is generated. Any changes made to this page through the wiki will be lost in the future.

Clone this wiki locally