vtcode 0.136.3

A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers
1
2
3
4
5
6
7
8
9
10
id: no-console-log
language: JavaScript
severity: error
message: Avoid `console.log` in checked JavaScript files.
note: |
  Avoid `console.log` in checked JavaScript files.
rule:
  pattern: console.log($$$ARGS)
files:
  - '**/*.js'