ast-grep
Verified for current stable LTS
Ast Grep Command: Run Rules From Configuration File
An engineer would use the 'ast-grep scan {-r|--rule} {path/to/rule.yml} {path/to/directory}' command when they need to analyze source code in a specified directory against predefined coding standards and rules outlined in a YAML configuration file. Exact CLI syntax to run rules from configuration file using Ast Grep.
When to use this: An engineer would use the 'ast-grep scan {-r|--rule} {path/to/rule.yml} {path/to/directory}' command when they need to analyze source code in a specified directory against predefined coding standards and rules outlined in a YAML configuration file.
Command Syntax
ast-grep scan {-r|--rule} {path/to/rule.yml} {path/to/directory} ast-grep scan `{-r|--rule`} `{path/to/rule.yml`} `{path/to/directory`} Command Breakdown
ast-grep is the base executable for this command.
FAQ
Purpose: Exact syntax to run rules from configuration file using Ast Grep.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Ast Grep Command: Search For Pattern In Files
ast-grep run {-p|--pattern} '<pattern>' {path/to/file} Ast Grep Command: Display Help For Subcommand ast-grep {run} {-h|--help} Ast Grep Command: Search For Pattern In Specific Language ast-grep run {-p|--pattern} '<pattern>' {-l|--lang} {python} {path/to/directory} Ast Grep Command: Rewrite Code Matching Pattern ast-grep run {-p|--pattern} '<pattern>' {-r|--rewrite} '<replacement>' {path/to/file} Ast Grep Command: Interactively Search And Rewrite Code ast-grep run {-p|--pattern} '<pattern>' {-i|--interactive} {path/to/directory}