Skip to content

Missing descriptions for Inspections #27

@SrTobi

Description

@SrTobi

Hi,

Hocon has two inspections:

org.jetbrains.plugins.hocon.ref.HoconIncludeResolutionInspection
org.jetbrains.plugins.hocon.ref.HoconRequiredIncludeResolutionInspection

They both are missing description files what leads to errors.
To add description files, just add html files with the shortname of the inspection + .html into ./resoures/inspectionDescriptions and fill them with a description inside a html body:

<html>
<body>
[Description goes here]
</body>
</html>

You might want to consider a test that checks that inspections have descriptions like we have in the scala plugin:
https://github.com/JetBrains/intellij-scala/blob/idea202.x/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/GeneralInspectionSanityTest.scala

(See https://youtrack.jetbrains.com/issue/SCL-17483)

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