Skip to content

Commit

Permalink
Add Erlang 25 syntax inspection HTML file
Browse files Browse the repository at this point in the history
Create an HTML file to describe inspections for optional callback syntax usage in Erlang versions before 25.0. This provides a clear and accessible explanation for potential syntax incompatibilities.
  • Loading branch information
ignatov committed Sep 30, 2024
1 parent 4e3c38c commit 1822c4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/inspectionDescriptions/Erlang25Syntax.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html>
<body>
Warns of optional callbacks syntax usage in Erlang/OTP releases prior to 25.0.
</body>
</html>

0 comments on commit 1822c4a

Please sign in to comment.