You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Hi,
Hocon has two inspections:
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: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)
The text was updated successfully, but these errors were encountered: