---
id: GEN-0009
name: Activity、Fragment、Service 等命名必须以 Activity、Fragment、Service相应后缀结束。
severity: error
tool: auto
category: wc-style
description: |
  Activity、Fragment、Service 等命名必须以 Activity、Fragment、Service相应后缀结束。

  Auto-extracted from book299-20132-Python语言编码规范.txt.

check:
  type: ast-grep
  pattern: TODO
