---
id: WC-STYLE-002
name: 规范for循环中计数器常量使用
severity: error  # error=阻断, warning=警告
source: J000065
tool: auto  # auto-manual-auto: detected by tool / manual check / AST-grep
category: wc-style
description: |
  规范for循环中计数器常量使用

  对应浩鲸规范 J000065。

check:
  type: ast-grep  # ast-grep / pmd-custom / spotbugs / checkstyle / manual
  pattern: TODO

notes: "Magic number in for loop"
