Closed greenkeeper[bot] closed 4 years ago
Merging #10 into master will not change coverage by
%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #10 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 77 77
Branches 9 9
=========================================
Hits 77 77
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 38c3755...1f81fba. Read the comment docs.
☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency eslint-plugin-jsdoc was updated from
22.2.0
to23.0.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Publisher: gajus License: BSD-3-Clause
Release Notes for v23.0.0
23.0.0 (2020-04-11)
Features
require-description
,require-example
,require-param
,require-returns
: causeexemptedBy
to overwriteinheritdoc
exempting; closes #510 (a402330)BREAKING CHANGES
require-description
,require-example
,require-param
,require-returns
: While still defaulting to havinginheritdoc
exempt rules, for the impacted rules,if one has defined an
exemptedBy
options array one must now explicitly addback
"inheritdoc"
to get the exemption for that tag as well. This change allowsusers to omit
inheritdoc
from the array so as to cause its presence not totrigger exemption of the rule.
Commits
The new version differs by 1 commits.
a402330
feat(
require-description
,require-example
,require-param
,require-returns
): causeexemptedBy
to overwriteinheritdoc
exempting; closes #510See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: