inspequte 0.27.0

Fast, CLI-first static analysis for JVM class and JAR files.
site_name: inspequte documentation
site_description: Rule documentation for inspequte static analysis
repo_url: https://github.com/KengoTODA/inspequte
docs_dir: docs
site_dir: site
theme:
  name: material
  features:
    - content.code.copy
    - content.code.annotate
markdown_extensions:
  - pymdownx.highlight:
      anchor_linenums: true
      line_spans: __span
      pygments_lang_class: true
  - pymdownx.inlinehilite
  - pymdownx.superfences
nav:
  - Home: index.md
  - Getting Started: getting-started.md
  - Gradle Plugin: gradle-plugin.md
  - Coding Agents: coding-agent.md
  - GitHub Actions: github-actions.md
  - Rules: rules/index.md
  - Performance: performance.md
  - AI-Centered Development: ai-centered-development.md