Fmt

Run `make fmt` to check the code format.

mahabdalla Updated

File contents

Format Check

Run make fmt from the quickwit/ subdirectory to check code formatting:

cd /Users/paul.masurel/git/quickwit/quickwit && make fmt

This command checks:

  1. Rust code formatting
  2. License headers
  3. Log format policy (no trailing punctuation, no uppercase first character)

If there are log format issues, fix them by:

  • Making the first character lowercase
  • Removing trailing punctuation (periods, exclamation marks, etc.)

Fix any issues found and re-run until clean.


Converted and distributed by TomeVault | Claim this content

mahabdalla/skills-registry/tree/main/quickwit-oss--quickwit--fmt commit 0cefb9d8a8

Frequently asked questions

npx skillmds@latest add mahabdalla/fmt