Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

require-description-complete-sentence: limit checking by default to likely tags and new option array #338

Merged

Commits on Jul 14, 2019

  1. feat(require-description-complete-sentence): limit checking to certai…

    …n default tags likely to have descriptions or by `tags` array for additional choices; fixes gajus#337
    
    Tags that are checked for description by default are: 'param', 'arg', 'argument', 'property', 'prop', 'returns', 'return', 'summary', 'file', 'fileoverview', 'overview', 'classdesc', 'todo', 'deprecated', 'throws', 'exception', 'yields', 'yield'. Note that `see` and `copyright` are not included by default because of potentially allowing a non-description or potential sensitivity, respectively.
    brettz9 committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    2d9968a View commit details
    Browse the repository at this point in the history