Skip to content

Commit

Permalink
fix(inspection description): sonar issues
Browse files Browse the repository at this point in the history
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
Pakisan committed Dec 18, 2023
1 parent 7d7d613 commit 0b59e9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
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>
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>

0 comments on commit 0b59e9c

Please sign in to comment.