Skip to content

🐛 pkgmismatch warning appears multiple times for same file and line #25

@maxim-ge

Description

@maxim-ge

Summary:

After checking out the following commits:

the following warning is printed three times for the same file and line:

pkgmismatch: CoverageFootnote package (server.users.SendEMail) is not consistent with PackageId in the header (server.users)

File:
server/users/users-emails-send.md:29

Expected:
Only a single warning per file/line mismatch.

Actual:
Three identical warnings appear in output.

Steps to reproduce:

  1. Check out the specific commits above in both repos.
  2. Run the tool that emits pkgmismatch (likely during coverage or documentation processing).
  3. Observe duplicated warning lines.

Suggestion:
Suppress duplicate diagnostics for the same location to improve output clarity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions