Skip to content

update version of IDEA inspection engine Version:2022.3.3 #14448

@romani

Description

@romani

we have stable failure of inspection validation
https://app.circleci.com/pipelines/github/checkstyle/checkstyle/23624/workflows/e04a197a-8172-4262-9fa3-de02579854c4/jobs/506740/artifacts

inspection-results/YAMLSchemaValidation.xml

<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>

such problems are false positives, that we do not know how to avoid. It use to be rare to have such violations, but now problem is stable.

TODO: update version of IDEA inspection engine with hope that it resolve this issue AND we do need to catch up on latest inspection version.
latest version is Version: 2023.3.3
https://www.jetbrains.com/idea/download/?section=linux

version to bump is at https://github.com/checkstyle/contribution/blob/master/devops/docker/idea-image/Dockerfile

There will be new violations: we need to suppress all of them and create issue to resolve them in separate PRs. If violations are easy to fix, ok to fix in the same time.

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