Checks line wrapping with separators.
Configuration
{
"type": "SeparatorWrap",
"props": {
"severity": "INFO",
"option": "eol",
"tokens": [
".", ","
]
}
}
Available options are end of line (eol
) and new line (nl
)
Valid
option set to eol
option set to nl