Skip to main content
Version: 0.12.1

REF-003: Duplicate Import - References

Summary

  • Rule ID: REF-003
  • Severity: MEDIUM
  • Category: References
  • Normative Level: SHOULD
  • Auto-Fix: Yes (safe)
  • 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

@docs/coding-standards.md
@docs/testing-guide.md
@docs/coding-standards.md

Valid

# Project

@docs/coding-standards.md
@docs/testing-guide.md