sigildocs

(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-warningprocedure

Construct a lint-warning struct.

lint-warning?procedure

Test if a value is a lint-warning struct.

Get the check field of a lint-warning struct.

Get the severity field of a lint-warning struct.

Get the message field of a lint-warning struct.

lint-codeprocedure

Run lint checks on source code. Returns a list of lint-warning records.