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"/> |
Follow-up of #14696 (review)
inspection-results/YAMLSchemaValidation.xml
We had stable failure of inspection validation
YAMLSchemaValidationhttps://app.circleci.com/pipelines/github/checkstyle/checkstyle/23624/workflows/e04a197a-8172-4262-9fa3-de02579854c4/jobs/506740/artifacts
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.3at #14696Hoping that the migration has fixed this problem(#14806 (comment)),we need to try and re-enable this inspection.
checkstyle/config/intellij-idea-inspections.xml
Lines 4109 to 4111 in 0707dd5