Skip to content

Commit

Permalink
#12 warn
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 19, 2024
1 parent d488713 commit fadd506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SOFTWARE.
<xsl:value-of select="if (@line) then @line else '0'"/>
</xsl:attribute>
<xsl:attribute name="severity">
<xsl:text>error</xsl:text>
<xsl:text>warning</xsl:text>
</xsl:attribute>
<xsl:text>The object </xsl:text>
<xsl:text>"</xsl:text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
xsls:
- /org/eolang/lints/errors/many-free-attributes.xsl
tests:
- /defects[count(defect[@severity='error'])=1]
- /defects[count(defect[@severity='warning'])=1]
- /defects/defect[@line='2']
eo: |
# This is the default 64+ symbols comment in front of abstract object.
Expand Down

0 comments on commit fadd506

Please sign in to comment.