-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 1000 Bytes
/
.env.example
File metadata and controls
21 lines (16 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ── Validating your rules against recipes ──────────────────────────
# Set these to test your custom lint rules against a recipe corpus.
# Run: go test ./pkg/lint/ -run Corpus -v
# Path to a directory of .recipe.json files.
RECIPE_CORPUS_DIR=
# Path to your skills directory (loads lint-rules.json files).
# Omit to run only built-in rules.
LINT_SKILLS_PATH=
# Path to your .wklintrc.json (loads profile, rule overrides, custom rules from .wklint/rules/).
# Omit to use default settings with no project-level rules.
LINT_CONFIG_PATH=
# ── Linter development ─────────────────────────────────────────────
# These are for developing the linter itself, not for rule authoring.
# Path to the TypeScript IGM project root (must contain core/snapshot-export.ts).
# Used by: go test -tags snapshot ./pkg/igm/ (Go-vs-TS conformance)
IGM_TS_PROJECT_DIR=