(sigil mcp lint)
(sigil mcp lint) - Code linting for Sigil.
Provides lint checks for Sigil source code. Currently supports:
- unused-imports: Detect imported modules whose exports are not referenced.
Exports
lint-warningprocedureConstruct a lint-warning struct.
lint-warning?procedureTest if a value is a lint-warning struct.
lint-warning-checkprocedureGet the check field of a lint-warning struct.
lint-warning-severityprocedureGet the severity field of a lint-warning struct.
lint-warning-messageprocedureGet the message field of a lint-warning struct.
lint-codeprocedureRun lint checks on source code. Returns a list of lint-warning records.