{
  "id": "D023",
  "name": "Avoid Unnecessary Method Overrides",
  "description": "Methods that only call super with the same parameters are unnecessary and should be removed",
  "category": "dart",
  "severity": "warning",
  "languages": ["dart"],
  "tags": ["dart", "code-quality", "maintainability"],
  "config": {
    "checkLifecycleMethods": true,
    "allowedMethods": []
  }
}
