Skip to content

Re-enable and Monitor YAMLSchemaValidation inspection #14806

@MANISH-K-07

Description

@MANISH-K-07

Follow-up of #14696 (review)

inspection-results/YAMLSchemaValidation.xml
We had stable failure of inspection validation YAMLSchemaValidation
https://app.circleci.com/pipelines/github/checkstyle/checkstyle/23624/workflows/e04a197a-8172-4262-9fa3-de02579854c4/jobs/506740/artifacts

<problems is_local_tool="true">
<problem>
<file>file://$PROJECT_DIR$/.github/workflows/site.yml</file>
<line>14</line>
<module>project</module>
<entry_point TYPE="file" FQNAME="file://$PROJECT_DIR$/.github/workflows/site.yml"/>
<problem_class id="YAMLSchemaValidation" severity="WARNING" 
      attribute_key="WARNING_ATTRIBUTES">Validation by JSON Schema</problem_class>
<description>Schema validation: Property 'name' is not allowed</description>
<highlighted_element>name: "Site"</highlighted_element>
<language>yaml</language>
<offset>0</offset>
<length>12</length>
</problem>

This problem is a false positive. Facing instability with this inspection, it had been disabled at 65314ea

We have migrated IDEA to highest true scopes release v2022.3.3 at #14696

Hoping that the migration has fixed this problem (#14806 (comment)),
we need to try and re-enable this inspection.

<!-- until #14448 -->
<inspection_tool class="YAMLSchemaValidation" enabled="false" level="ERROR"
enabled_by_default="false"/>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions