CtrlK
BlogDocsLog inGet started
Tessl Logo

fmt

Run `make fmt` to check the code format.

75

1.69x
Quality

62%

Does it follow best practices?

Impact

95%

1.69x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/fmt/SKILL.md
SKILL.md
Quality
Evals
Security

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.

Repository
quickwit-oss/quickwit
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.