{
  "id": "D018",
  "name": "Remove Commented-Out Code",
  "description": "Remove commented-out code instead of leaving it in the source. Use version control to track history.",
  "category": "dart",
  "severity": "warning",
  "languages": ["dart"],
  "tags": ["code-quality", "maintainability", "clean-code"],
  "config": {
    "minLines": 2,
    "ignoreDocComments": true
  }
}
