Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docs/code-quality/lint/linters/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 985 B image not shown  

Quelle  rumdl.md   Sprache: unbekannt

 
Spracherkennung für: .md vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# rumdl

[rumdl](https://github.com/rvben/rumdl) is a fast Markdown linter and formatter
written in Rust. It is a drop-in replacement for markdownlint and ships with
71 rules covering Markdown style and consistency.

## Run Locally

The mozlint integration of [`rumdl`](https://github.com/rvben/rumdl) can be run using [`mach`](https://firefox-source-docs.mozilla.org/mach/):

```{eval-rst}
.. parsed-literal::

    $ mach lint --linter rumdl <file paths>
```

## Configuration

Rules are configured in {searchfox}`tools/lint/rumdl.toml <tools/lint/rumdl.toml>`.
To enable rumdl on a new directory, add the path to the `include` section in
{searchfox}`rumdl.yml <tools/lint/rumdl.yml>`.

## Autofix

rumdl supports automatic fixing via the upstream `--fix` flag. Pass `--fix`
to `mach lint` to apply fixes:

```
$ mach lint --linter rumdl --fix <file paths>
```

## Sources

- {searchfox}`Configuration (YAML) <tools/lint/rumdl.yml>`
- {searchfox}`Source <tools/lint/python/rumdl.py>`

[Dauer der Verarbeitung: 0.19 Sekunden, vorverarbeitet 2026-08-25]