-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(inspection description): sonar issues
Changed to <p> instead of whole html - Insert a <!DOCTYPE> declaration to before this <html> tag. - Add "lang" and/or "xml:lang" attributes to this "<html>" element - Add a <title> tag to this page. reference: https://plugins.jetbrains.com/docs/intellij/code-inspections.html#inspection-description
- Loading branch information
Showing
2 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
8 changes: 3 additions & 5 deletions
8
src/main/resources/inspectionDescriptions/AsyncAPIJsonSpecification.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
<html> | ||
<body> | ||
<p>Validates that AsyncAPI specification (json) respects <a href="https://github.com/asyncapi/spec-json-schemas">AsyncAPI Json Schema</a> </p> | ||
</body> | ||
</html> | ||
<p> | ||
Validates that AsyncAPI specification (json) respects <a href="https://github.com/asyncapi/spec-json-schemas">AsyncAPI Json Schema</a> | ||
</p> |
8 changes: 3 additions & 5 deletions
8
src/main/resources/inspectionDescriptions/AsyncAPIYamlSpecification.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
<html> | ||
<body> | ||
<p>Validates that AsyncAPI specification (yaml) respects <a href="https://github.com/asyncapi/spec-json-schemas">AsyncAPI Json Schema</a> </p> | ||
</body> | ||
</html> | ||
<p> | ||
Validates that AsyncAPI specification (yaml) respects <a href="https://github.com/asyncapi/spec-json-schemas">AsyncAPI Json Schema</a> | ||
</p> |