Lint

Run linting for Lua and TCL code Use when this capability is needed.

tomevault-io Updated

File contents

Run linting tools on the codebase.

Usage

/lint - Run all linters /lint lua - Run only Lua linter /lint tcl - Run only TCL linter

Commands

Run all linting:

make lint

Run Lua linting only:

make lint-lua

Run TCL linting only:

make lint-tcl

Tools Used

  • Lua: luacheck
  • TCL: nagelfar

After running linters, summarize:

  1. Total warnings/errors by category
  2. Files with issues
  3. Suggestions for fixing critical issues

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/unknownbreaker--tcl-lsp-nvim--lint commit 7fd2a90a6c

Frequently asked questions

npx skillmds@latest add tomevault-io/lint-8