Package org.eolang.lints.comments
Class AsciiOnly
java.lang.Object
org.eolang.lints.comments.AsciiOnly
- All Implemented Interfaces:
Lint<com.jcabi.xml.XML>
A comment must include only ASCII characters.
- Since:
- 0.1.0
-
Constructor Details
-
AsciiOnly
public AsciiOnly()
-
-
Method Details
-
defects
Description copied from interface:Lint
Find and return defects.- Specified by:
defects
in interfaceLint<com.jcabi.xml.XML>
- Parameters:
xmir
- The entity to analyze (could beXML
orPath
)- Returns:
- Defects
- Throws:
IOException
-
motive
Description copied from interface:Lint
Returns motive for a lint, explaining why this lint exists.
-