Skip to content

requireDescriptionCompleteSentence: dot in abbreviation is treated like a sentence end #145

@tonyganch

Description

@tonyganch

With this line in config:

requireDescriptionCompleteSentence: true

dots in abbreviations (like e.g. or i.e.) are mistakenly treated like sentence end.
For example, this line throws an error demanding e.g. to be e.G.:

/**
 * Checks if token is part of an @-word (e.g. `@import`, `@include`).
 */

Maybe "sentence end" should be "dot + space" instead of just "dot"?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions