Skip to content

Fix trailing non-word characters before period not matching#130

Closed
wooorm wants to merge 1 commit intojscs-dev:masterfrom
wooorm:bug/trailing-non-word-characters
Closed

Fix trailing non-word characters before period not matching#130
wooorm wants to merge 1 commit intojscs-dev:masterfrom
wooorm:bug/trailing-non-word-characters

Conversation

@wooorm
Copy link
Copy Markdown
Contributor

@wooorm wooorm commented Jul 29, 2015

/**
 * (Description).
 */
function method() {}

...was previously seens as having no final perdiod. This
fixes that behavior.

Closes GH-123.

```js
/**
 * (Description).
 */
function method() {}
```

...was previously seens as having no final perdiod. This
fixes that behavior.

Closes GH-123.
@qfox
Copy link
Copy Markdown
Member

qfox commented Jul 29, 2015

Thanks! ;-) LGTM

@qfox qfox closed this in f3985b0 Aug 2, 2015
@wooorm wooorm deleted the bug/trailing-non-word-characters branch August 2, 2015 16:59
@wooorm
Copy link
Copy Markdown
Contributor Author

wooorm commented Aug 2, 2015

Cool! 👍

jdlrobson pushed a commit to jdlrobson/jscs-jsdoc that referenced this pull request Aug 21, 2015
Trailing non-word character before period:

```js
/**
 * (Description).
 */
function method() {}
```

... was previously seens as having no final perdiod.

Fixes jscs-dev#123
Closes jscs-devgh-130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sentences with trailing ). and ". (and similar) are marked invalid by requireDescriptionCompleteSentence rule

2 participants