When we calculate the conformance report with spectral linter, the registry-lint-spectral plugin gets invoked. This plugin has a condition where it skips linting the specs whose ID doesn't end in .yaml or .yml.
This is a hidden condition where the ned users are not aware of this while creating specs in the registry.
Evaluate if this condition is needed and make necessary fixes.