Package org.eolang.lints.comments
Class LtAsciiOnly
java.lang.Object
org.eolang.lints.comments.LtAsciiOnly
- All Implemented Interfaces:
Lint<com.jcabi.xml.XML>
A comment must include only ASCII characters.
- Since:
- 0.1.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LtAsciiOnly
public LtAsciiOnly()
-
-
Method Details
-
defects
Description copied from interface:LintFind and return defects.- Specified by:
defectsin interfaceLint<com.jcabi.xml.XML>- Parameters:
xmir- The entity to analyze (could beXMLorPath)- Returns:
- Defects
- Throws:
IOException
-
name
Description copied from interface:LintName of the lint. -
motive
Description copied from interface:LintReturns motive for a lint, explaining why this lint exists.- Specified by:
motivein interfaceLint<com.jcabi.xml.XML>- Returns:
- Motive text about lint
- Throws:
IOException- if something went wrong
-