mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
5628c26e3e
This uses the official ast-grep GitHub Action [0] to run our ast-grep lints on changes. Test Plan: CI [0] https://github.com/ast-grep/action
9 lines
244 B
YAML
9 lines
244 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/ast-grep/ast-grep/main/schemas/project.json
|
|
|
|
ruleDirs:
|
|
- .config/ast-grep/rules
|
|
testConfigs:
|
|
- testDir: .config/ast-grep/rule-tests
|
|
utilDirs:
|
|
- .config/ast-grep/rule-utils
|