moadim 0.11.0

Moadim.io MCP/REST server for managing cron jobs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configuration for the `typos` spell checker run by the pre-commit hook.
# See https://github.com/crate-ci/typos for the full schema.

[files]
# Generated, vendored, or lock artifacts — not hand-written prose/code, so
# they produce only false positives.
extend-exclude = [
  "prebuilt.html",
  "Cargo.lock",
  "pnpm-lock.yaml",
  "apis/openapi.json",
  "schemas/",
]

[default.extend-words]
# Intentional spelling used in the codebase; keep it as-is.
unparseable = "unparseable"