fmt

star 11.3k

Run `make fmt` to check the code format.

quickwit-oss By quickwit-oss schedule Updated 2/12/2026

name: fmt description: Run make fmt to check the code format.

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.

Install via CLI
npx skills add https://github.com/quickwit-oss/quickwit --skill fmt
Repository Details
star Stars 11,326
call_split Forks 558
navigation Branch main
article Path SKILL.md
More from Creator
quickwit-oss
quickwit-oss Explore all skills →