Skip to main content
Version: 0.12.2

REF-004: Non-Markdown Import - References

Summary

  • Rule ID: REF-004
  • Severity: MEDIUM
  • Category: References
  • Normative Level: SHOULD
  • Auto-Fix: No
  • Verified On: 2025-05-01

Applicability

  • Tool: all
  • Version Range: unspecified
  • Spec Revision: unspecified

Evidence Sources

Test Coverage Metadata

  • Unit tests: true
  • Fixture tests: true
  • E2E tests: false

Examples

The following examples demonstrate what triggers this rule and how to fix it.

Invalid

# Project

@config.json
@scripts/deploy.py
@src/utils.ts

Valid

# Project

@docs/coding-standards.md
@docs/architecture.md