vtcode 0.99.1

A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers
1
2
3
4
5
6
7
8
9
10
11
id: no-console-log
language: JavaScript
severity: error
message: Avoid `console.log` in checked JavaScript files.
note: |
  This starter rule is scoped to `__ast_grep_examples__/` so fresh repositories can
  validate the scaffold without scanning unrelated project files.
rule:
  pattern: console.log($$$ARGS)
files:
  - __ast_grep_examples__/**/*.js