Closed greenkeeper[bot] closed 4 years ago
After pinning to 10.2.0 your tests are passing again. Downgrade this dependency π.
dependency
eslint-plugin-jsdoc was updated from 15.0.0
to 15.0.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 31 commits.
aff7358
fix(check-param-names
): report proper line numbers (fixes #48)
866b719
refactor: remove now unused returns
as function option
616bc83
feat(require-description
): add descriptionStyle
option to accept implicit descriptions as satisfying the rule by default (fixes #301)
9263fba
feat(match-description
): allow arbitrary tags; also fixes returns
/return
to avoid skipping matching of an initial "name" and space
eab2813
Merge pull request #319 from brettz9/require-param-remove-deprecated
39c1e11
feat(require-param
): remove deprecated settings allowOverrideWithoutParam
, allowImplementsWithoutParam
, allowAugmentsExtendsWithoutParam
9c9429e
Merge pull request #318 from brettz9/check-examples-settings-to-options
c4f221d
feat(check-examples
): move settings to options (fixes #216)
f44b25e
refactor: simplify iterateJsdoc
dd61177
refactor: fix code comment
01d3969
docs(require-description, require-example, require-param, require-returns): add reference to potentially applicable settings, removing reference to deprecated items
82be5a6
docs: make explicit default for setting ignorePrivate
and clarify setting
92bf5b2
Merge pull request #317 from golopot/move-settings-to-options
d2f560c
docs: correct docs
0fae7ae
refactor: change option extraction codes
There are 31 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.0.1
to 15.1.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 32 commits.
7400ee7
feat: bump jsdoctypeparser to 5.0.1
aff7358
fix(check-param-names
): report proper line numbers (fixes #48)
866b719
refactor: remove now unused returns
as function option
616bc83
feat(require-description
): add descriptionStyle
option to accept implicit descriptions as satisfying the rule by default (fixes #301)
9263fba
feat(match-description
): allow arbitrary tags; also fixes returns
/return
to avoid skipping matching of an initial "name" and space
eab2813
Merge pull request #319 from brettz9/require-param-remove-deprecated
39c1e11
feat(require-param
): remove deprecated settings allowOverrideWithoutParam
, allowImplementsWithoutParam
, allowAugmentsExtendsWithoutParam
9c9429e
Merge pull request #318 from brettz9/check-examples-settings-to-options
c4f221d
feat(check-examples
): move settings to options (fixes #216)
f44b25e
refactor: simplify iterateJsdoc
dd61177
refactor: fix code comment
01d3969
docs(require-description, require-example, require-param, require-returns): add reference to potentially applicable settings, removing reference to deprecated items
82be5a6
docs: make explicit default for setting ignorePrivate
and clarify setting
92bf5b2
Merge pull request #317 from golopot/move-settings-to-options
d2f560c
docs: correct docs
There are 32 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.1.0
to 15.2.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
check-examples
: apply to all contexts (9fe4989)The new version differs by 33 commits.
9fe4989
feat(check-examples
): apply to all contexts
7400ee7
feat: bump jsdoctypeparser to 5.0.1
aff7358
fix(check-param-names
): report proper line numbers (fixes #48)
866b719
refactor: remove now unused returns
as function option
616bc83
feat(require-description
): add descriptionStyle
option to accept implicit descriptions as satisfying the rule by default (fixes #301)
9263fba
feat(match-description
): allow arbitrary tags; also fixes returns
/return
to avoid skipping matching of an initial "name" and space
eab2813
Merge pull request #319 from brettz9/require-param-remove-deprecated
39c1e11
feat(require-param
): remove deprecated settings allowOverrideWithoutParam
, allowImplementsWithoutParam
, allowAugmentsExtendsWithoutParam
9c9429e
Merge pull request #318 from brettz9/check-examples-settings-to-options
c4f221d
feat(check-examples
): move settings to options (fixes #216)
f44b25e
refactor: simplify iterateJsdoc
dd61177
refactor: fix code comment
01d3969
docs(require-description, require-example, require-param, require-returns): add reference to potentially applicable settings, removing reference to deprecated items
82be5a6
docs: make explicit default for setting ignorePrivate
and clarify setting
92bf5b2
Merge pull request #317 from golopot/move-settings-to-options
There are 33 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.2.0
to 15.3.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 35 commits.
87a40f6
Merge pull request #321 from brettz9/require-example-contexts-option
9fe4989
feat(check-examples
): apply to all contexts
76771cb
feat(require-example
): add contexts
array option (of AST types) to allow overriding enforced contexts (fixes #273)
7400ee7
feat: bump jsdoctypeparser to 5.0.1
aff7358
fix(check-param-names
): report proper line numbers (fixes #48)
866b719
refactor: remove now unused returns
as function option
616bc83
feat(require-description
): add descriptionStyle
option to accept implicit descriptions as satisfying the rule by default (fixes #301)
9263fba
feat(match-description
): allow arbitrary tags; also fixes returns
/return
to avoid skipping matching of an initial "name" and space
eab2813
Merge pull request #319 from brettz9/require-param-remove-deprecated
39c1e11
feat(require-param
): remove deprecated settings allowOverrideWithoutParam
, allowImplementsWithoutParam
, allowAugmentsExtendsWithoutParam
9c9429e
Merge pull request #318 from brettz9/check-examples-settings-to-options
c4f221d
feat(check-examples
): move settings to options (fixes #216)
f44b25e
refactor: simplify iterateJsdoc
dd61177
refactor: fix code comment
01d3969
docs(require-description, require-example, require-param, require-returns): add reference to potentially applicable settings, removing reference to deprecated items
There are 35 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.3.0
to 15.3.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 37 commits.
456206e
fix(require-description-complete-sentence): let fixer work with question and exclamation marks at sentence end (fixes part of #16)
7722f55
chore: update devDeps, @babel/preset-env, typescript
87a40f6
Merge pull request #321 from brettz9/require-example-contexts-option
9fe4989
feat(check-examples
): apply to all contexts
76771cb
feat(require-example
): add contexts
array option (of AST types) to allow overriding enforced contexts (fixes #273)
7400ee7
feat: bump jsdoctypeparser to 5.0.1
aff7358
fix(check-param-names
): report proper line numbers (fixes #48)
866b719
refactor: remove now unused returns
as function option
616bc83
feat(require-description
): add descriptionStyle
option to accept implicit descriptions as satisfying the rule by default (fixes #301)
9263fba
feat(match-description
): allow arbitrary tags; also fixes returns
/return
to avoid skipping matching of an initial "name" and space
eab2813
Merge pull request #319 from brettz9/require-param-remove-deprecated
39c1e11
feat(require-param
): remove deprecated settings allowOverrideWithoutParam
, allowImplementsWithoutParam
, allowAugmentsExtendsWithoutParam
9c9429e
Merge pull request #318 from brettz9/check-examples-settings-to-options
c4f221d
feat(check-examples
): move settings to options (fixes #216)
f44b25e
refactor: simplify iterateJsdoc
There are 37 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.3.1
to 15.3.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 39 commits.
37081d2
fix(require-description-complete-sentence
): report proper line numbers (fixes #160)
bee3779
testing(require-description-complete-sentence): add test cases for Markdown
456206e
fix(require-description-complete-sentence): let fixer work with question and exclamation marks at sentence end (fixes part of #16)
7722f55
chore: update devDeps, @babel/preset-env, typescript
87a40f6
Merge pull request #321 from brettz9/require-example-contexts-option
9fe4989
feat(check-examples
): apply to all contexts
76771cb
feat(require-example
): add contexts
array option (of AST types) to allow overriding enforced contexts (fixes #273)
7400ee7
feat: bump jsdoctypeparser to 5.0.1
aff7358
fix(check-param-names
): report proper line numbers (fixes #48)
866b719
refactor: remove now unused returns
as function option
616bc83
feat(require-description
): add descriptionStyle
option to accept implicit descriptions as satisfying the rule by default (fixes #301)
9263fba
feat(match-description
): allow arbitrary tags; also fixes returns
/return
to avoid skipping matching of an initial "name" and space
eab2813
Merge pull request #319 from brettz9/require-param-remove-deprecated
39c1e11
feat(require-param
): remove deprecated settings allowOverrideWithoutParam
, allowImplementsWithoutParam
, allowAugmentsExtendsWithoutParam
9c9429e
Merge pull request #318 from brettz9/check-examples-settings-to-options
There are 39 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.3.2
to 15.3.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 40 commits.
4049db1
fix(check-syntax, implements-on-classes): report error line numbers
37081d2
fix(require-description-complete-sentence
): report proper line numbers (fixes #160)
bee3779
testing(require-description-complete-sentence): add test cases for Markdown
456206e
fix(require-description-complete-sentence): let fixer work with question and exclamation marks at sentence end (fixes part of #16)
7722f55
chore: update devDeps, @babel/preset-env, typescript
87a40f6
Merge pull request #321 from brettz9/require-example-contexts-option
9fe4989
feat(check-examples
): apply to all contexts
76771cb
feat(require-example
): add contexts
array option (of AST types) to allow overriding enforced contexts (fixes #273)
7400ee7
feat: bump jsdoctypeparser to 5.0.1
aff7358
fix(check-param-names
): report proper line numbers (fixes #48)
866b719
refactor: remove now unused returns
as function option
616bc83
feat(require-description
): add descriptionStyle
option to accept implicit descriptions as satisfying the rule by default (fixes #301)
9263fba
feat(match-description
): allow arbitrary tags; also fixes returns
/return
to avoid skipping matching of an initial "name" and space
eab2813
Merge pull request #319 from brettz9/require-param-remove-deprecated
39c1e11
feat(require-param
): remove deprecated settings allowOverrideWithoutParam
, allowImplementsWithoutParam
, allowAugmentsExtendsWithoutParam
There are 40 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.3.3
to 15.3.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 43 commits.
006c140
fix(check-indentation): check for indentation when no line breaks in doc block
1a13d8e
fix(check-tag-names, check-types, no-undefined-types): ensure bad settings are reported as line 1
8f8431d
fix(check-alignment, check-indentation, newline-after-description): report error line numbers
4049db1
fix(check-syntax, implements-on-classes): report error line numbers
37081d2
fix(require-description-complete-sentence
): report proper line numbers (fixes #160)
bee3779
testing(require-description-complete-sentence): add test cases for Markdown
456206e
fix(require-description-complete-sentence): let fixer work with question and exclamation marks at sentence end (fixes part of #16)
7722f55
chore: update devDeps, @babel/preset-env, typescript
87a40f6
Merge pull request #321 from brettz9/require-example-contexts-option
9fe4989
feat(check-examples
): apply to all contexts
76771cb
feat(require-example
): add contexts
array option (of AST types) to allow overriding enforced contexts (fixes #273)
7400ee7
feat: bump jsdoctypeparser to 5.0.1
aff7358
fix(check-param-names
): report proper line numbers (fixes #48)
866b719
refactor: remove now unused returns
as function option
616bc83
feat(require-description
): add descriptionStyle
option to accept implicit descriptions as satisfying the rule by default (fixes #301)
There are 43 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.3.4
to 15.3.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 48 commits.
b7bebd1
Merge pull request #329 from a-nozeret/fix/327-tag-names-autofix-mixup
0a47c8f
fix(checkTagNames): #327 - Tag name autofix confused by adjacent tags
f0c246c
chore(npm): update devDeps (lodash, babel, eslint-config-canonical)
647ad87
- Clarify eslint code has been modified
1b93fa8
refactor(iterateJsdoc): remove unused param returns
006c140
fix(check-indentation): check for indentation when no line breaks in doc block
1a13d8e
fix(check-tag-names, check-types, no-undefined-types): ensure bad settings are reported as line 1
8f8431d
fix(check-alignment, check-indentation, newline-after-description): report error line numbers
4049db1
fix(check-syntax, implements-on-classes): report error line numbers
37081d2
fix(require-description-complete-sentence
): report proper line numbers (fixes #160)
bee3779
testing(require-description-complete-sentence): add test cases for Markdown
456206e
fix(require-description-complete-sentence): let fixer work with question and exclamation marks at sentence end (fixes part of #16)
7722f55
chore: update devDeps, @babel/preset-env, typescript
87a40f6
Merge pull request #321 from brettz9/require-example-contexts-option
9fe4989
feat(check-examples
): apply to all contexts
There are 48 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.3.5
to 15.3.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 52 commits.
9e39914
docs: generate docs
1145cd0
fix(check-tag-names): loosen tag replacement to allow for no-space if at word boundary (as at end of line)
15424f8
docs: generate docs
2a605bf
fix(check-tag-names): treat keys in tagNamePreference
setting as defined so appropriate message will appear and fixer applied
b7bebd1
Merge pull request #329 from a-nozeret/fix/327-tag-names-autofix-mixup
0a47c8f
fix(checkTagNames): #327 - Tag name autofix confused by adjacent tags
f0c246c
chore(npm): update devDeps (lodash, babel, eslint-config-canonical)
647ad87
- Clarify eslint code has been modified
1b93fa8
refactor(iterateJsdoc): remove unused param returns
006c140
fix(check-indentation): check for indentation when no line breaks in doc block
1a13d8e
fix(check-tag-names, check-types, no-undefined-types): ensure bad settings are reported as line 1
8f8431d
fix(check-alignment, check-indentation, newline-after-description): report error line numbers
4049db1
fix(check-syntax, implements-on-classes): report error line numbers
37081d2
fix(require-description-complete-sentence
): report proper line numbers (fixes #160)
bee3779
testing(require-description-complete-sentence): add test cases for Markdown
There are 52 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.3.6
to 15.3.7
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 54 commits.
57f33da
docs: generate docs
3c39014
fix(check-examples): disallow empty caption (as with missing caption); fixes #330
9e39914
docs: generate docs
1145cd0
fix(check-tag-names): loosen tag replacement to allow for no-space if at word boundary (as at end of line)
15424f8
docs: generate docs
2a605bf
fix(check-tag-names): treat keys in tagNamePreference
setting as defined so appropriate message will appear and fixer applied
b7bebd1
Merge pull request #329 from a-nozeret/fix/327-tag-names-autofix-mixup
0a47c8f
fix(checkTagNames): #327 - Tag name autofix confused by adjacent tags
f0c246c
chore(npm): update devDeps (lodash, babel, eslint-config-canonical)
647ad87
- Clarify eslint code has been modified
1b93fa8
refactor(iterateJsdoc): remove unused param returns
006c140
fix(check-indentation): check for indentation when no line breaks in doc block
1a13d8e
fix(check-tag-names, check-types, no-undefined-types): ensure bad settings are reported as line 1
8f8431d
fix(check-alignment, check-indentation, newline-after-description): report error line numbers
4049db1
fix(check-syntax, implements-on-classes): report error line numbers
There are 54 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.3.7
to 15.3.8
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 56 commits.
78f9b61
fix(require-description-complete-sentence): validate tags without names (e.g., beyond param/returns); fixes #333
d75fd6f
refactor: extract out retrieval for tagsWithNames
and tagsWithoutNames
through getTagsByType
; also add jsdocUtils.filterTags
57f33da
docs: generate docs
3c39014
fix(check-examples): disallow empty caption (as with missing caption); fixes #330
9e39914
docs: generate docs
1145cd0
fix(check-tag-names): loosen tag replacement to allow for no-space if at word boundary (as at end of line)
15424f8
docs: generate docs
2a605bf
fix(check-tag-names): treat keys in tagNamePreference
setting as defined so appropriate message will appear and fixer applied
b7bebd1
Merge pull request #329 from a-nozeret/fix/327-tag-names-autofix-mixup
0a47c8f
fix(checkTagNames): #327 - Tag name autofix confused by adjacent tags
f0c246c
chore(npm): update devDeps (lodash, babel, eslint-config-canonical)
647ad87
- Clarify eslint code has been modified
1b93fa8
refactor(iterateJsdoc): remove unused param returns
006c140
fix(check-indentation): check for indentation when no line breaks in doc block
1a13d8e
fix(check-tag-names, check-types, no-undefined-types): ensure bad settings are reported as line 1
There are 56 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.3.8
to 15.3.9
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 60 commits.
cd35adb
refactor: apply (jsdoc-related) eslint rule fixes
e5767d3
chore: add lint-fix
script
c7f79fa
fix(newline-after-description): avoid matching duplicate or partial matches within tag descriptions after the block description; fixes #328
87110ed
chore: update lodash dep. and devDeps (typescript-eslint/parser, eslint-config-canonical)
78f9b61
fix(require-description-complete-sentence): validate tags without names (e.g., beyond param/returns); fixes #333
d75fd6f
refactor: extract out retrieval for tagsWithNames
and tagsWithoutNames
through getTagsByType
; also add jsdocUtils.filterTags
57f33da
docs: generate docs
3c39014
fix(check-examples): disallow empty caption (as with missing caption); fixes #330
9e39914
docs: generate docs
1145cd0
fix(check-tag-names): loosen tag replacement to allow for no-space if at word boundary (as at end of line)
15424f8
docs: generate docs
2a605bf
fix(check-tag-names): treat keys in tagNamePreference
setting as defined so appropriate message will appear and fixer applied
b7bebd1
Merge pull request #329 from a-nozeret/fix/327-tag-names-autofix-mixup
0a47c8f
fix(checkTagNames): #327 - Tag name autofix confused by adjacent tags
f0c246c
chore(npm): update devDeps (lodash, babel, eslint-config-canonical)
There are 60 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.3.9
to 15.4.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
indent
(fixes #211) (cea3560)paddedIndent
option (4c11c39)The new version differs by 67 commits.
58518f5
Merge pull request #335 from brettz9/indent
2bf4caa
docs(check-examples): allow for whitespace at end
4c11c39
feat(check-examples): add paddedIndent
option
cea3560
fix(check-examples): preserve whitespace so as to report issues with whitespace-related rules such as indent
(fixes #211)
44a353e
chore(travis): fix Travis to use older unicorn version that supports Node 6 (and the canonical config that requires the earlier unicorn version)
e52d763
docs(require-returns, require-returns-check): indicate that these will report if multiple returns
tags are present
4b97157
refactor: use String.prototype.repeat
over lodash repeat
cd35adb
refactor: apply (jsdoc-related) eslint rule fixes
e5767d3
chore: add lint-fix
script
c7f79fa
fix(newline-after-description): avoid matching duplicate or partial matches within tag descriptions after the block description; fixes #328
87110ed
chore: update lodash dep. and devDeps (typescript-eslint/parser, eslint-config-canonical)
78f9b61
fix(require-description-complete-sentence): validate tags without names (e.g., beyond param/returns); fixes #333
d75fd6f
refactor: extract out retrieval for tagsWithNames
and tagsWithoutNames
through getTagsByType
; also add jsdocUtils.filterTags
57f33da
docs: generate docs
3c39014
fix(check-examples): disallow empty caption (as with missing caption); fixes #330
There are 67 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.4.0
to 15.4.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 69 commits.
a1c9824
fix(no-undefined-types): ensure working in all contexts; fixes #324
e9145c4
refactor(iterateJsdoc): reduce retrieval calls
58518f5
Merge pull request #335 from brettz9/indent
2bf4caa
docs(check-examples): allow for whitespace at end
4c11c39
feat(check-examples): add paddedIndent
option
cea3560
fix(check-examples): preserve whitespace so as to report issues with whitespace-related rules such as indent
(fixes #211)
44a353e
chore(travis): fix Travis to use older unicorn version that supports Node 6 (and the canonical config that requires the earlier unicorn version)
e52d763
docs(require-returns, require-returns-check): indicate that these will report if multiple returns
tags are present
4b97157
refactor: use String.prototype.repeat
over lodash repeat
cd35adb
refactor: apply (jsdoc-related) eslint rule fixes
e5767d3
chore: add lint-fix
script
c7f79fa
fix(newline-after-description): avoid matching duplicate or partial matches within tag descriptions after the block description; fixes #328
87110ed
chore: update lodash dep. and devDeps (typescript-eslint/parser, eslint-config-canonical)
78f9b61
fix(require-description-complete-sentence): validate tags without names (e.g., beyond param/returns); fixes #333
d75fd6f
refactor: extract out retrieval for tagsWithNames
and tagsWithoutNames
through getTagsByType
; also add jsdocUtils.filterTags
There are 69 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.4.1
to 15.4.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
prop
and property
matching excludes name (71f35e2)The new version differs by 74 commits.
71f35e2
fix(match-description): ensure prop
and property
matching excludes name
9fab87c
testing(require-param): fix test source (part of #332)
be771ec
testing(require-param): fix test expectation (part of #332)
b380100
docs: generate docs
45b2443
chore: update devDeps (eslint-config-canonical, gitdown)
a1c9824
fix(no-undefined-types): ensure working in all contexts; fixes #324
e9145c4
refactor(iterateJsdoc): reduce retrieval calls
58518f5
Merge pull request #335 from brettz9/indent
2bf4caa
docs(check-examples): allow for whitespace at end
4c11c39
feat(check-examples): add paddedIndent
option
cea3560
fix(check-examples): preserve whitespace so as to report issues with whitespace-related rules such as indent
(fixes #211)
44a353e
chore(travis): fix Travis to use older unicorn version that supports Node 6 (and the canonical config that requires the earlier unicorn version)
e52d763
docs(require-returns, require-returns-check): indicate that these will report if multiple returns
tags are present
4b97157
refactor: use String.prototype.repeat
over lodash repeat
cd35adb
refactor: apply (jsdoc-related) eslint rule fixes
There are 74 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.4.2
to 15.5.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 78 commits.
0eb7a0c
feat(require-description-complete-sentence): limit checking to certain default tags likely to have descriptions or by tags
array for additional choices; fixes #337
2e2af0d
docs(newline-after-description): indicate applies on doc block
b396832
docs(match-description): add alias desc
to separate column
4d5400f
docs(match-description): indicate application by default to description
/desc
and allowance for property
/prop
; clarify
71f35e2
fix(match-description): ensure prop
and property
matching excludes name
9fab87c
testing(require-param): fix test source (part of #332)
be771ec
testing(require-param): fix test expectation (part of #332)
b380100
docs: generate docs
45b2443
chore: update devDeps (eslint-config-canonical, gitdown)
a1c9824
fix(no-undefined-types): ensure working in all contexts; fixes #324
e9145c4
refactor(iterateJsdoc): reduce retrieval calls
58518f5
Merge pull request #335 from brettz9/indent
2bf4caa
docs(check-examples): allow for whitespace at end
4c11c39
feat(check-examples): add paddedIndent
option
cea3560
fix(check-examples): preserve whitespace so as to report issues with whitespace-related rules such as indent
(fixes #211)
There are 78 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.5.0
to 15.5.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
description
tag (the tag is not required by these rules) (7102677)The new version differs by 82 commits.
190e8f7
Merge pull request #339 from brettz9/tagNamePreference
7102677
fix(match-description, require-description-complete-sentence): do not report blocking of tag by user for description
tag (the tag is not required by these rules)
135acd1
fix(require-description): only report blocking of description tag by user if "tag" option is set
b28a407
fix(require-description, implements-on-classes, check-param-names, check-tag-names, require-param, require-returns, require-returns-check, require-hyphen-before-param-description, require-param-description, require-param-name, require-param-type, require-returns-description, require-returns-type): only report blocking of tag by user if problematic tag is present; fixes #332
0eb7a0c
feat(require-description-complete-sentence): limit checking to certain default tags likely to have descriptions or by tags
array for additional choices; fixes #337
2e2af0d
docs(newline-after-description): indicate applies on doc block
b396832
docs(match-description): add alias desc
to separate column
4d5400f
docs(match-description): indicate application by default to description
/desc
and allowance for property
/prop
; clarify
71f35e2
fix(match-description): ensure prop
and property
matching excludes name
9fab87c
testing(require-param): fix test source (part of #332)
be771ec
testing(require-param): fix test expectation (part of #332)
b380100
docs: generate docs
45b2443
chore: update devDeps (eslint-config-canonical, gitdown)
a1c9824
fix(no-undefined-types): ensure working in all contexts; fixes #324
e9145c4
refactor(iterateJsdoc): reduce retrieval calls
There are 82 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.5.1
to 15.5.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 86 commits.
62cdc02
Merge pull request #342 from yeonjuan/master
ddbc47a
fix: Fix trim bug in trimCode
f81eb1c
docs: generate docs
8512e40
fix: Remove unformatted space
190e8f7
Merge pull request #339 from brettz9/tagNamePreference
7102677
fix(match-description, require-description-complete-sentence): do not report blocking of tag by user for description
tag (the tag is not required by these rules)
135acd1
fix(require-description): only report blocking of description tag by user if "tag" option is set
b28a407
fix(require-description, implements-on-classes, check-param-names, check-tag-names, require-param, require-returns, require-returns-check, require-hyphen-before-param-description, require-param-description, require-param-name, require-param-type, require-returns-description, require-returns-type): only report blocking of tag by user if problematic tag is present; fixes #332
0eb7a0c
feat(require-description-complete-sentence): limit checking to certain default tags likely to have descriptions or by tags
array for additional choices; fixes #337
2e2af0d
docs(newline-after-description): indicate applies on doc block
b396832
docs(match-description): add alias desc
to separate column
4d5400f
docs(match-description): indicate application by default to description
/desc
and allowance for property
/prop
; clarify
71f35e2
fix(match-description): ensure prop
and property
matching excludes name
9fab87c
testing(require-param): fix test source (part of #332)
be771ec
testing(require-param): fix test expectation (part of #332)
There are 86 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.5.2
to 15.5.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 91 commits.
ef11562
Merge pull request #344 from yeonjuan/master
f3a0f2f
fix: Fix wrong alignment
0d10c11
docs: generate docs
a57dce7
fix: Exclude line slicing by zero.
d33e11c
chore: update comment-parser and gitdown deps.
62cdc02
Merge pull request #342 from yeonjuan/master
ddbc47a
fix: Fix trim bug in trimCode
f81eb1c
docs: generate docs
8512e40
fix: Remove unformatted space
190e8f7
Merge pull request #339 from brettz9/tagNamePreference
7102677
fix(match-description, require-description-complete-sentence): do not report blocking of tag by user for description
tag (the tag is not required by these rules)
135acd1
fix(require-description): only report blocking of description tag by user if "tag" option is set
b28a407
fix(require-description, implements-on-classes, check-param-names, check-tag-names, require-param, require-returns, require-returns-check, require-hyphen-before-param-description, require-param-description, require-param-name, require-param-type, require-returns-description, require-returns-type): only report blocking of tag by user if problematic tag is present; fixes #332
0eb7a0c
feat(require-description-complete-sentence): limit checking to certain default tags likely to have descriptions or by tags
array for additional choices; fixes #337
2e2af0d
docs(newline-after-description): indicate applies on doc block
There are 91 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.5.3
to 15.5.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 97 commits.
6d34b94
fix(require-param): reporting all missing jsdoc params (#348)
fea6b88
docs(check-examples): fix heading level
df00b33
docs(readme): remove section "Reference to jscs-jsdoc"
ebda495
chore: update Babel devDeps
5675695
Merge pull request #241 from golopot/gen-readme
8aadc8c
chore: change the process for generatng readme
ef11562
Merge pull request #344 from yeonjuan/master
f3a0f2f
fix: Fix wrong alignment
0d10c11
docs: generate docs
a57dce7
fix: Exclude line slicing by zero.
d33e11c
chore: update comment-parser and gitdown deps.
62cdc02
Merge pull request #342 from yeonjuan/master
ddbc47a
fix: Fix trim bug in trimCode
f81eb1c
docs: generate docs
8512e40
fix: Remove unformatted space
There are 97 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.5.4
to 15.5.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 99 commits.
0503b4a
fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
2ea3b36
chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
6d34b94
fix(require-param): reporting all missing jsdoc params (#348)
fea6b88
docs(check-examples): fix heading level
df00b33
docs(readme): remove section "Reference to jscs-jsdoc"
ebda495
chore: update Babel devDeps
5675695
Merge pull request #241 from golopot/gen-readme
8aadc8c
chore: change the process for generatng readme
ef11562
Merge pull request #344 from yeonjuan/master
f3a0f2f
fix: Fix wrong alignment
0d10c11
docs: generate docs
a57dce7
fix: Exclude line slicing by zero.
d33e11c
chore: update comment-parser and gitdown deps.
62cdc02
Merge pull request #342 from yeonjuan/master
ddbc47a
fix: Fix trim bug in trimCode
There are 99 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.5.5
to 15.5.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
Object.entries
for Node 6 (1febd69)The new version differs by 100 commits.
1febd69
fix(check-param-names): ensure polyfilling Object.entries
for Node 6
0503b4a
fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
2ea3b36
chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
6d34b94
fix(require-param): reporting all missing jsdoc params (#348)
fea6b88
docs(check-examples): fix heading level
df00b33
docs(readme): remove section "Reference to jscs-jsdoc"
ebda495
chore: update Babel devDeps
5675695
Merge pull request #241 from golopot/gen-readme
8aadc8c
chore: change the process for generatng readme
ef11562
Merge pull request #344 from yeonjuan/master
f3a0f2f
fix: Fix wrong alignment
0d10c11
docs: generate docs
a57dce7
fix: Exclude line slicing by zero.
d33e11c
chore: update comment-parser and gitdown deps.
62cdc02
Merge pull request #342 from yeonjuan/master
There are 100 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.5.6
to 15.6.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 101 commits.
5863029
feat: add fixer for no-types (#350)
1febd69
fix(check-param-names): ensure polyfilling Object.entries
for Node 6
0503b4a
fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
2ea3b36
chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
6d34b94
fix(require-param): reporting all missing jsdoc params (#348)
fea6b88
docs(check-examples): fix heading level
df00b33
docs(readme): remove section "Reference to jscs-jsdoc"
ebda495
chore: update Babel devDeps
5675695
Merge pull request #241 from golopot/gen-readme
8aadc8c
chore: change the process for generatng readme
ef11562
Merge pull request #344 from yeonjuan/master
f3a0f2f
fix: Fix wrong alignment
0d10c11
docs: generate docs
a57dce7
fix: Exclude line slicing by zero.
d33e11c
chore: update comment-parser and gitdown deps.
There are 101 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.6.0
to 15.6.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 102 commits.
a45f41c
fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
5863029
feat: add fixer for no-types (#350)
1febd69
fix(check-param-names): ensure polyfilling Object.entries
for Node 6
0503b4a
fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
2ea3b36
chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
6d34b94
fix(require-param): reporting all missing jsdoc params (#348)
fea6b88
docs(check-examples): fix heading level
df00b33
docs(readme): remove section "Reference to jscs-jsdoc"
ebda495
chore: update Babel devDeps
5675695
Merge pull request #241 from golopot/gen-readme
8aadc8c
chore: change the process for generatng readme
ef11562
Merge pull request #344 from yeonjuan/master
f3a0f2f
fix: Fix wrong alignment
0d10c11
docs: generate docs
a57dce7
fix: Exclude line slicing by zero.
There are 102 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.6.1
to 15.6.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 103 commits.
6c18637
fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
a45f41c
fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
5863029
feat: add fixer for no-types (#350)
1febd69
fix(check-param-names): ensure polyfilling Object.entries
for Node 6
0503b4a
fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
2ea3b36
chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
6d34b94
fix(require-param): reporting all missing jsdoc params (#348)
fea6b88
docs(check-examples): fix heading level
df00b33
docs(readme): remove section "Reference to jscs-jsdoc"
ebda495
chore: update Babel devDeps
5675695
Merge pull request #241 from golopot/gen-readme
8aadc8c
chore: change the process for generatng readme
ef11562
Merge pull request #344 from yeonjuan/master
f3a0f2f
fix: Fix wrong alignment
0d10c11
docs: generate docs
There are 103 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.6.2
to 15.7.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 104 commits.
b5a78ff
feat: allow empty line between jsdoc and jscode (#353)
6c18637
fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
a45f41c
fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
5863029
feat: add fixer for no-types (#350)
1febd69
fix(check-param-names): ensure polyfilling Object.entries
for Node 6
0503b4a
fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
2ea3b36
chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
6d34b94
fix(require-param): reporting all missing jsdoc params (#348)
fea6b88
docs(check-examples): fix heading level
df00b33
docs(readme): remove section "Reference to jscs-jsdoc"
ebda495
chore: update Babel devDeps
5675695
Merge pull request #241 from golopot/gen-readme
8aadc8c
chore: change the process for generatng readme
ef11562
Merge pull request #344 from yeonjuan/master
f3a0f2f
fix: Fix wrong alignment
There are 104 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.7.0
to 15.7.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
WithStatement
for return
statements (fda4186)The new version differs by 105 commits.
fda4186
fix(require-returns-check): check WithStatement
for return
statements
b5a78ff
feat: allow empty line between jsdoc and jscode (#353)
6c18637
fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
a45f41c
fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
5863029
feat: add fixer for no-types (#350)
1febd69
fix(check-param-names): ensure polyfilling Object.entries
for Node 6
0503b4a
fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
2ea3b36
chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
6d34b94
fix(require-param): reporting all missing jsdoc params (#348)
fea6b88
docs(check-examples): fix heading level
df00b33
docs(readme): remove section "Reference to jscs-jsdoc"
ebda495
chore: update Babel devDeps
5675695
Merge pull request #241 from golopot/gen-readme
8aadc8c
chore: change the process for generatng readme
ef11562
Merge pull request #344 from yeonjuan/master
There are 105 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.7.1
to 15.7.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 106 commits.
a87ed9e
fix(require-jsdoc): add fixer to add empty jsdoc block
fda4186
fix(require-returns-check): check WithStatement
for return
statements
b5a78ff
feat: allow empty line between jsdoc and jscode (#353)
6c18637
fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
a45f41c
fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
5863029
feat: add fixer for no-types (#350)
1febd69
fix(check-param-names): ensure polyfilling Object.entries
for Node 6
0503b4a
fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
2ea3b36
chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
6d34b94
fix(require-param): reporting all missing jsdoc params (#348)
fea6b88
docs(check-examples): fix heading level
df00b33
docs(readme): remove section "Reference to jscs-jsdoc"
ebda495
chore: update Babel devDeps
5675695
Merge pull request #241 from golopot/gen-readme
8aadc8c
chore: change the process for generatng readme
There are 106 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.7.2
to 15.8.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 110 commits.
bf95787
feat(check-types
): Add symbol
and bigint
to native types (fixes #360)
dbf109f
Merge pull request #357 from golopot/patch-5
0caab6a
refactor(require-returns
): simplify util.hasReturnValue
215fc28
docs(require-returns-check
): update docs
a87ed9e
fix(require-jsdoc): add fixer to add empty jsdoc block
fda4186
fix(require-returns-check): check WithStatement
for return
statements
b5a78ff
feat: allow empty line between jsdoc and jscode (#353)
6c18637
fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
a45f41c
fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
5863029
feat: add fixer for no-types (#350)
1febd69
fix(check-param-names): ensure polyfilling Object.entries
for Node 6
0503b4a
fix(check-param-names): provide fixer duplicate param names (remove extra); partial fix for #47
2ea3b36
chore(npm): update deps (comment-parser, lodash) and devDep (husky, mocha)
6d34b94
fix(require-param): reporting all missing jsdoc params (#348)
fea6b88
docs(check-examples): fix heading level
There are 110 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.8.1
to 15.8.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 115 commits.
8fceb2e
fix(check-tag-names): ensure replacement
field overrides a default tag name preference; fixes #367
ea275f1
chore: update comment-parser dep. and devDeps; avoid buggy eslint6.2 and for eslint 6 tests, avoid breaking typescript-eslint/parser update
72e2eab
fix(no-undefined-types
): import flat-map polyfill directly to avoid renamed flatten
method from polluting prototype (#366)
8a210de
chore: update devDeps (llinting, husky)
2d63885
chore: update devDeps and apply comma-dangle
linting rule
bf95787
feat(check-types
): Add symbol
and bigint
to native types (fixes #360)
dbf109f
Merge pull request #357 from golopot/patch-5
0caab6a
refactor(require-returns
): simplify util.hasReturnValue
215fc28
docs(require-returns-check
): update docs
a87ed9e
fix(require-jsdoc): add fixer to add empty jsdoc block
fda4186
fix(require-returns-check): check WithStatement
for return
statements
b5a78ff
feat: allow empty line between jsdoc and jscode (#353)
6c18637
fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
a45f41c
fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
5863029
feat: add fixer for no-types (#350)
There are 115 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.8.2
to 15.8.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 116 commits.
fd71277
fix(no-undefined-types): avoid flat-map-polyfill
entirely; further further fix for #366
8fceb2e
fix(check-tag-names): ensure replacement
field overrides a default tag name preference; fixes #367
ea275f1
chore: update comment-parser dep. and devDeps; avoid buggy eslint6.2 and for eslint 6 tests, avoid breaking typescript-eslint/parser update
72e2eab
fix(no-undefined-types
): import flat-map polyfill directly to avoid renamed flatten
method from polluting prototype (#366)
8a210de
chore: update devDeps (llinting, husky)
2d63885
chore: update devDeps and apply comma-dangle
linting rule
bf95787
feat(check-types
): Add symbol
and bigint
to native types (fixes #360)
dbf109f
Merge pull request #357 from golopot/patch-5
0caab6a
refactor(require-returns
): simplify util.hasReturnValue
215fc28
docs(require-returns-check
): update docs
a87ed9e
fix(require-jsdoc): add fixer to add empty jsdoc block
fda4186
fix(require-returns-check): check WithStatement
for return
statements
b5a78ff
feat: allow empty line between jsdoc and jscode (#353)
6c18637
fix(require-param): skip destructuring; fixes #352 (though still need to handle #11 )
a45f41c
fix(require-example): add fixer for missing declaration (though can do nothing with missing description); fixes part of #336
There are 116 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.8.3
to 15.8.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 125 commits.
874adab
fix(require-jsdoc): avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358
5bb9182
refactor(require-jsdoc): remove redundant check
21b28ae
docs(require-returns): Fix typo
d4b9218
Merge pull request #371 from IgorNovozhilov/patch-1
5ca7e01
chore: update devDeps; avoid lint-staged
b4a4c89
Add type "symbol" to noUndefinedTypes
6e966f4
Merge commit 'b92107fb0db55400a810bb01ccb0baba69baf33a'
9443adc
chore: update lint-staged
for husky issue: typicode/husky#247
b92107f
chore(CI): stop running broken npm script check-readme
fd71277
fix(no-undefined-types): avoid flat-map-polyfill
entirely; further further fix for #366
8fceb2e
fix(check-tag-names): ensure replacement
field overrides a default tag name preference; fixes #367
ea275f1
chore: update comment-parser dep. and devDeps; avoid buggy eslint6.2 and for eslint 6 tests, avoid breaking typescript-eslint/parser update
72e2eab
fix(no-undefined-types
): import flat-map polyfill directly to avoid renamed flatten
method from polluting prototype (#366)
8a210de
chore: update devDeps (llinting, husky)
2d63885
chore: update devDeps and apply comma-dangle
linting rule
There are 125 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.8.4
to 15.9.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
WithStatement
for return
statements (37e8300)The new version differs by 165 commits.
12ae7c6
Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
902fac0
testing: ensure we don't report see
with link
even with checkSeesForNamepaths
option on
6081ff2
testing: remove namepath in test checking for empty namepath
439fd99
refactor: rename variable without redundant "either"
24e8a57
docs: add todo comment to ensure handling gcc when mode added
6b7ab34
refactor: remove mandatory type items from optional type items list and query both
4aca635
Merge branch 'master' into add-more-type-checks-to-valid-types
112f244
chore: report unused disable directives in eslint
6116b0f
refactor: remove unused disable directives
874adab
fix(require-jsdoc): avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358
5bb9182
refactor(require-jsdoc): remove redundant check
21b28ae
docs(require-returns): Fix typo
d4b9218
Merge pull request #371 from IgorNovozhilov/patch-1
5ca7e01
chore: update devDeps; avoid lint-staged
b4a4c89
Add type "symbol" to noUndefinedTypes
There are 165 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.0
to 15.9.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 167 commits.
6c7a5de
fix(valid-types
): treat module
, enum
, member
/var
, and typedef
as having optional type; fixes #375
4511325
chore: bump eslint
12ae7c6
Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
902fac0
testing: ensure we don't report see
with link
even with checkSeesForNamepaths
option on
6081ff2
testing: remove namepath in test checking for empty namepath
439fd99
refactor: rename variable without redundant "either"
24e8a57
docs: add todo comment to ensure handling gcc when mode added
6b7ab34
refactor: remove mandatory type items from optional type items list and query both
4aca635
Merge branch 'master' into add-more-type-checks-to-valid-types
112f244
chore: report unused disable directives in eslint
6116b0f
refactor: remove unused disable directives
874adab
fix(require-jsdoc): avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358
5bb9182
refactor(require-jsdoc): remove redundant check
21b28ae
docs(require-returns): Fix typo
d4b9218
Merge pull request #371 from IgorNovozhilov/patch-1
There are 167 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.1
to 15.9.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 172 commits.
ebf92c5
fix(no-undefined-types
): add void
to allowable types; fixes #381
7b2caa9
chore: update devDeps (Babel and typescript related)
1a9d21f
chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
439ded7
chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
9d3c8b7
chore: update husky devDep.
6c7a5de
fix(valid-types
): treat module
, enum
, member
/var
, and typedef
as having optional type; fixes #375
4511325
chore: bump eslint
12ae7c6
Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
902fac0
testing: ensure we don't report see
with link
even with checkSeesForNamepaths
option on
6081ff2
testing: remove namepath in test checking for empty namepath
439fd99
refactor: rename variable without redundant "either"
24e8a57
docs: add todo comment to ensure handling gcc when mode added
6b7ab34
refactor: remove mandatory type items from optional type items list and query both
4aca635
Merge branch 'master' into add-more-type-checks-to-valid-types
112f244
chore: report unused disable directives in eslint
There are 172 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.2
to 15.9.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 175 commits.
c523384
fix(require-jsdoc
): allow TSInterfaceDeclaration
to find jsdoc block preceding export; fixes #385
b7e93f0
chore: update devDeps (Babel and linting related)
bd17eac
chore: bump eslint and typescript-eslint/parser
ebf92c5
fix(no-undefined-types
): add void
to allowable types; fixes #381
7b2caa9
chore: update devDeps (Babel and typescript related)
1a9d21f
chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
439ded7
chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
9d3c8b7
chore: update husky devDep.
6c7a5de
fix(valid-types
): treat module
, enum
, member
/var
, and typedef
as having optional type; fixes #375
4511325
chore: bump eslint
12ae7c6
Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
902fac0
testing: ensure we don't report see
with link
even with checkSeesForNamepaths
option on
6081ff2
testing: remove namepath in test checking for empty namepath
439fd99
refactor: rename variable without redundant "either"
24e8a57
docs: add todo comment to ensure handling gcc when mode added
There are 175 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.3
to 15.9.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 176 commits.
f77144d
fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
c523384
fix(require-jsdoc
): allow TSInterfaceDeclaration
to find jsdoc block preceding export; fixes #385
b7e93f0
chore: update devDeps (Babel and linting related)
bd17eac
chore: bump eslint and typescript-eslint/parser
ebf92c5
fix(no-undefined-types
): add void
to allowable types; fixes #381
7b2caa9
chore: update devDeps (Babel and typescript related)
1a9d21f
chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
439ded7
chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
9d3c8b7
chore: update husky devDep.
6c7a5de
fix(valid-types
): treat module
, enum
, member
/var
, and typedef
as having optional type; fixes #375
4511325
chore: bump eslint
12ae7c6
Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
902fac0
testing: ensure we don't report see
with link
even with checkSeesForNamepaths
option on
6081ff2
testing: remove namepath in test checking for empty namepath
439fd99
refactor: rename variable without redundant "either"
There are 176 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.4
to 15.9.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 177 commits.
3558377
fix(require-jsdoc
): have reporting cover entire first line of function so more visible; (causes endLine
to be removed); #386
f77144d
fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
c523384
fix(require-jsdoc
): allow TSInterfaceDeclaration
to find jsdoc block preceding export; fixes #385
b7e93f0
chore: update devDeps (Babel and linting related)
bd17eac
chore: bump eslint and typescript-eslint/parser
ebf92c5
fix(no-undefined-types
): add void
to allowable types; fixes #381
7b2caa9
chore: update devDeps (Babel and typescript related)
1a9d21f
chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
439ded7
chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
9d3c8b7
chore: update husky devDep.
6c7a5de
fix(valid-types
): treat module
, enum
, member
/var
, and typedef
as having optional type; fixes #375
4511325
chore: bump eslint
12ae7c6
Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
902fac0
testing: ensure we don't report see
with link
even with checkSeesForNamepaths
option on
6081ff2
testing: remove namepath in test checking for empty namepath
There are 177 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.5
to 15.9.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
check-indentation
: excludeTags
option, add tests, default on (d7aa4e8), closes /github.com/gajus/eslint-plugin-jsdoc/pull/388#discussion_r329847553check-indentation
: fix code style issue (41af93c)check-indentation
: ignore example code blocks (6de2256), closes #334check-indentation
: update function and variable names (756520a)check-indentation
: update README, default to false, lint ok (933b74a)The new version differs by 182 commits.
756520a
fix(check-indentation
): update function and variable names
41af93c
fix(check-indentation
): fix code style issue
d7aa4e8
fix(check-indentation
): excludeTags
option, add tests, default on
933b74a
fix(check-indentation
): update README, default to false, lint ok
6de2256
fix(check-indentation
): ignore example code blocks
3558377
fix(require-jsdoc
): have reporting cover entire first line of function so more visible; (causes endLine
to be removed); #386
f77144d
fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
c523384
fix(require-jsdoc
): allow TSInterfaceDeclaration
to find jsdoc block preceding export; fixes #385
b7e93f0
chore: update devDeps (Babel and linting related)
bd17eac
chore: bump eslint and typescript-eslint/parser
ebf92c5
fix(no-undefined-types
): add void
to allowable types; fixes #381
7b2caa9
chore: update devDeps (Babel and typescript related)
1a9d21f
chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
439ded7
chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
9d3c8b7
chore: update husky devDep.
There are 182 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.6
to 15.9.7
.Your tests are passing again with this update. Explicitly upgrade to this version π
check-indentation
: #334 - ignore content enclosed in "code blocks" (f60537a)check-indentation
: validate tag names passed to excludeTags
(cce70b0), closes /github.com/gajus/eslint-plugin-jsdoc/pull/388#discussion_r330549102The new version differs by 184 commits.
cce70b0
fix(check-indentation
): validate tag names passed to excludeTags
f60537a
fix(check-indentation
): #334 - ignore content enclosed in "code blocks"
756520a
fix(check-indentation
): update function and variable names
41af93c
fix(check-indentation
): fix code style issue
d7aa4e8
fix(check-indentation
): excludeTags
option, add tests, default on
933b74a
fix(check-indentation
): update README, default to false, lint ok
6de2256
fix(check-indentation
): ignore example code blocks
3558377
fix(require-jsdoc
): have reporting cover entire first line of function so more visible; (causes endLine
to be removed); #386
f77144d
fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
c523384
fix(require-jsdoc
): allow TSInterfaceDeclaration
to find jsdoc block preceding export; fixes #385
b7e93f0
chore: update devDeps (Babel and linting related)
bd17eac
chore: bump eslint and typescript-eslint/parser
ebf92c5
fix(no-undefined-types
): add void
to allowable types; fixes #381
7b2caa9
chore: update devDeps (Babel and typescript related)
1a9d21f
chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
There are 184 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.7
to 15.9.8
.Your tests are passing again with this update. Explicitly upgrade to this version π
check-indentation
: Loosen tag pattern
to allowable jsdoc tags (326d2b5)The new version differs by 186 commits.
326d2b5
fix(check-indentation
): Loosen tag pattern
to allowable jsdoc tags
04d84a1
fix(require-description-complete-sentence
); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
cce70b0
fix(check-indentation
): validate tag names passed to excludeTags
f60537a
fix(check-indentation
): #334 - ignore content enclosed in "code blocks"
756520a
fix(check-indentation
): update function and variable names
41af93c
fix(check-indentation
): fix code style issue
d7aa4e8
fix(check-indentation
): excludeTags
option, add tests, default on
933b74a
fix(check-indentation
): update README, default to false, lint ok
6de2256
fix(check-indentation
): ignore example code blocks
3558377
fix(require-jsdoc
): have reporting cover entire first line of function so more visible; (causes endLine
to be removed); #386
f77144d
fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
c523384
fix(require-jsdoc
): allow TSInterfaceDeclaration
to find jsdoc block preceding export; fixes #385
b7e93f0
chore: update devDeps (Babel and linting related)
bd17eac
chore: bump eslint and typescript-eslint/parser
ebf92c5
fix(no-undefined-types
): add void
to allowable types; fixes #381
There are 186 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.8
to 15.9.9
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 190 commits.
24dd328
fix(check-types
): allow albeit questionable variadic without operand function(...)
; fixes #389
0eba9c9
chore: update devDeps; lint
c4bda06
Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
55b2a8e
test(check-indentation
): additional assertions
326d2b5
fix(check-indentation
): Loosen tag pattern
to allowable jsdoc tags
04d84a1
fix(require-description-complete-sentence
); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
cce70b0
fix(check-indentation
): validate tag names passed to excludeTags
f60537a
fix(check-indentation
): #334 - ignore content enclosed in "code blocks"
756520a
fix(check-indentation
): update function and variable names
41af93c
fix(check-indentation
): fix code style issue
d7aa4e8
fix(check-indentation
): excludeTags
option, add tests, default on
933b74a
fix(check-indentation
): update README, default to false, lint ok
6de2256
fix(check-indentation
): ignore example code blocks
3558377
fix(require-jsdoc
): have reporting cover entire first line of function so more visible; (causes endLine
to be removed); #386
f77144d
fix: avoid highlighting whole function block upon missing jsdoc block in favor of highlighting first line only; fixes #386
There are 190 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.9
to 15.9.10
.Your tests are passing again with this update. Explicitly upgrade to this version π
check-types
: surface jsdoctypeparser publishing fix for variadic without operand function(...)
(impacting check-types
fixes of such a type) (c0171c7)The new version differs by 191 commits.
c0171c7
fix(check-types
): surface jsdoctypeparser publishing fix for variadic without operand function(...)
(impacting check-types
fixes of such a type)
24dd328
fix(check-types
): allow albeit questionable variadic without operand function(...)
; fixes #389
0eba9c9
chore: update devDeps; lint
c4bda06
Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
55b2a8e
test(check-indentation
): additional assertions
326d2b5
fix(check-indentation
): Loosen tag pattern
to allowable jsdoc tags
04d84a1
fix(require-description-complete-sentence
); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
cce70b0
fix(check-indentation
): validate tag names passed to excludeTags
f60537a
fix(check-indentation
): #334 - ignore content enclosed in "code blocks"
756520a
fix(check-indentation
): update function and variable names
41af93c
fix(check-indentation
): fix code style issue
d7aa4e8
fix(check-indentation
): excludeTags
option, add tests, default on
933b74a
fix(check-indentation
): update README, default to false, lint ok
6de2256
fix(check-indentation
): ignore example code blocks
3558377
fix(require-jsdoc
): have reporting cover entire first line of function so more visible; (causes endLine
to be removed); #386
There are 191 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.9.10
to 15.10.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 195 commits.
f5aa476
feat: add require-param fixer
893916c
feat(require-param): add fixer
32ffdb5
chore: update devDeps (Babel, typescript-eslint parser)
e370510
test(check-examples
): add TypeScript examples
c0171c7
fix(check-types
): surface jsdoctypeparser publishing fix for variadic without operand function(...)
(impacting check-types
fixes of such a type)
24dd328
fix(check-types
): allow albeit questionable variadic without operand function(...)
; fixes #389
0eba9c9
chore: update devDeps; lint
c4bda06
Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
55b2a8e
test(check-indentation
): additional assertions
326d2b5
fix(check-indentation
): Loosen tag pattern
to allowable jsdoc tags
04d84a1
fix(require-description-complete-sentence
); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
cce70b0
fix(check-indentation
): validate tag names passed to excludeTags
f60537a
fix(check-indentation
): #334 - ignore content enclosed in "code blocks"
756520a
fix(check-indentation
): update function and variable names
41af93c
fix(check-indentation
): fix code style issue
There are 195 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.10.0
to 15.10.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
require-jsdoc
: allow additional contexts to block preceeding export and find jsdoc (c0f4494)The new version differs by 198 commits.
c0f4494
fix(require-jsdoc
): allow additional contexts to block preceeding export and find jsdoc
eb8edca
docs(newline-after-description
): option explanation inverted; fixes #397
6985ce5
docs: update README
f5aa476
feat: add require-param fixer
893916c
feat(require-param): add fixer
32ffdb5
chore: update devDeps (Babel, typescript-eslint parser)
e370510
test(check-examples
): add TypeScript examples
c0171c7
fix(check-types
): surface jsdoctypeparser publishing fix for variadic without operand function(...)
(impacting check-types
fixes of such a type)
24dd328
fix(check-types
): allow albeit questionable variadic without operand function(...)
; fixes #389
0eba9c9
chore: update devDeps; lint
c4bda06
Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
55b2a8e
test(check-indentation
): additional assertions
326d2b5
fix(check-indentation
): Loosen tag pattern
to allowable jsdoc tags
04d84a1
fix(require-description-complete-sentence
); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
cce70b0
fix(check-indentation
): validate tag names passed to excludeTags
There are 198 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.10.1
to 15.11.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
check-tag-names
: allow undocumented jsdoc modifies
tag and missing closure tags (e791ec3)The new version differs by 199 commits.
e791ec3
feat(check-tag-names
): allow undocumented jsdoc modifies
tag and missing closure tags
c0f4494
fix(require-jsdoc
): allow additional contexts to block preceeding export and find jsdoc
eb8edca
docs(newline-after-description
): option explanation inverted; fixes #397
6985ce5
docs: update README
f5aa476
feat: add require-param fixer
893916c
feat(require-param): add fixer
32ffdb5
chore: update devDeps (Babel, typescript-eslint parser)
e370510
test(check-examples
): add TypeScript examples
c0171c7
fix(check-types
): surface jsdoctypeparser publishing fix for variadic without operand function(...)
(impacting check-types
fixes of such a type)
24dd328
fix(check-types
): allow albeit questionable variadic without operand function(...)
; fixes #389
0eba9c9
chore: update devDeps; lint
c4bda06
Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
55b2a8e
test(check-indentation
): additional assertions
326d2b5
fix(check-indentation
): Loosen tag pattern
to allowable jsdoc tags
04d84a1
fix(require-description-complete-sentence
); avoid treating line breaks preceding colon/semi-colon as new paragraph; fixes #390
There are 199 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.11.0
to 15.11.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
valid-types
: add undocumented modifies
so its types will be checked (474ecb0)The new version differs by 204 commits.
474ecb0
fix(valid-types
): add undocumented modifies
so its types will be checked
8861f4d
docs: in applicable tag listings, yield
missing in check-types
and augments
and extends
missing in check-types
and no-undefined-types
1c0d12b
docs: update docs (shows additional jsdoc-supported tags)
2ec7182
refactor: avoid caps consistently (and export typescript tags for future use)
3d1decc
testing: derive tag names for test file programmatically
e791ec3
feat(check-tag-names
): allow undocumented jsdoc modifies
tag and missing closure tags
c0f4494
fix(require-jsdoc
): allow additional contexts to block preceeding export and find jsdoc
eb8edca
docs(newline-after-description
): option explanation inverted; fixes #397
6985ce5
docs: update README
f5aa476
feat: add require-param fixer
893916c
feat(require-param): add fixer
32ffdb5
chore: update devDeps (Babel, typescript-eslint parser)
e370510
test(check-examples
): add TypeScript examples
c0171c7
fix(check-types
): surface jsdoctypeparser publishing fix for variadic without operand function(...)
(impacting check-types
fixes of such a type)
24dd328
fix(check-types
): allow albeit questionable variadic without operand function(...)
; fixes #389
There are 204 commits in total.
See the full diff
dependency
eslint-plugin-jsdoc was updated from 15.12.0
to 15.12.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 215 commits.
6ab617f
fix(require-jsdoc
): avoid erring (or traversing) on object spread in parsing for defined symbols; fixes #378
022d5da
chore: update typescript-eslint/parser, glob devDeps
e531a02
refactor: unused var. declaration; unneeded check; unused return value
6664d20
testing(require-description
, require-example
, require-param
, require-returns
): Add exemptedBy
tests that nevertheless fail
2df43ce
docs(check-alignment, require-jsdoc): incomplete info on contexts
cf44628
chore: update mocha, semantic-release devDeps
a7bd9cd
refactoring: avoid fixer for subsequent items
cd44885
testing(require-param): indicate absence of effect on destructuring
fc4d68e
feat(require-param
): change fixer to fix all missing tags at once
f174401
chore: update devDeps (Babel, typescript, husky)
fa82a11
docs: further code comment clarifications on types/namepaths
474ecb0
fix(valid-types
): add undocumented modifies
so its types will be checked
8861f4d
docs: in applicable tag listings, yield
missing in check-types
and augments
and extends
missing in check-types
and no-undefined-types
1c0d12b
docs: update docs (shows additional jsdoc-supported tags)
2ec7182
refactor: avoid caps consistently (and export typescript tags for future use)
There are 215 commits in total.
See the full diff
The dependency eslint-plugin-jsdoc was updated from
10.2.0
to10.3.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-jsdoc is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **ci/circleci: checkout_code:** Your tests passed on CircleCI! ([Details](https://circleci.com/gh/5app/eslint-config-5app/235?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - β **ci/circleci: test:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/5app/eslint-config-5app/236?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for v10.3.0
10.3.0 (2019-07-05)
Features
Commits
The new version differs by 4 commits.
a367c48
feat(check-tag-names): allow rejecting normally valid tag names and/or providing custom error messages when suggesting tags to reject or replace (fixes #108)
609d57b
Allow rejecting normally valid tag names and/or providing custom error messages when suggesting tags to reject or replace (#302)
2a153d2
docs: indicate option defaults (fixes part of #256) and ensure optioins all listed in docs
40d681d
chore: update Babel devDeps.
See 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: