Skip to content

Commit f14ac97

Browse files
keithharveyclaude
andcommitted
docs: luacheck is a local check now, not a CI one
.github/workflows/lint.yml is gone, so the pointer to it was dangling and the claim that CI reports luacheck findings on changed lines was no longer true. Contributors have to run it themselves now, so say that. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SjrTKfA9eJ4S6GJYVKW9mX
1 parent 0b14686 commit f14ac97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Match the validator to the file type. If unsure of a tool's scope, inspect the p
109109
- lux 0.28.x appends duplicate `dependencies` and `entrypoints` entries to `lux.lock` on every cold sync (a run with
110110
no `.lux/` tree), growing the file by ~13 lines each time without ever converging. Tests still pass. Do not commit
111111
that churn: `git checkout -- lux.lock` afterwards, and only commit a lockfile change you made deliberately.
112-
- Lint: `luacheck` 1.2.0 with `.luacheckrc`; CI reports only lines changed in the PR (`.github/workflows/lint.yml`).
112+
- Lint: `luacheck` 1.2.0 with `.luacheckrc`. Local only — there is no CI job for it, so run it yourself before you push.
113113
- Format: StyLua with `.stylua.toml` (tabs, indent width 4, 120 columns, CRLF, sorted requires) and `.styluaignore`;
114114
`.editorconfig` mirrors the indent and whitespace rules.
115115
- Types: EmmyLua analyzer via `.emmyrc.json`, stubs in `types/`, engine definitions from the `recoil-lua-library`

0 commit comments

Comments
 (0)