Skip to content

Commit

Permalink
fix(check-indentation): validate tag names passed to excludeTags
Browse files Browse the repository at this point in the history
As requested by @golopot:
#388 (comment)
  • Loading branch information
ahwayakchih authored and golopot committed Oct 2, 2019
1 parent f60537a commit cce70b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/checkIndentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default iterateJsdoc(({
properties: {
excludeTags: {
items: {
pattern: '^[a-zA-Z]+$',
type: 'string',
},
type: 'array',
Expand Down

0 comments on commit cce70b0

Please sign in to comment.