Skip to content

Commit 8c865e3

Browse files
committed
Remove unused exit param.
1 parent 51dee58 commit 8c865e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/iterateJsdoc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ const makeReport = (context, commentNode) => {
431431

432432
const iterate = (
433433
ruleConfig, context, lines, jsdocNode, node, settings,
434-
sourceCode, iterator, state, exit,
434+
sourceCode, iterator, state,
435435
) => {
436436
const sourceLine = lines[jsdocNode.loc.start.line - 1];
437437
const indent = sourceLine.charAt(0).repeat(jsdocNode.loc.start.column);
@@ -457,7 +457,6 @@ const iterate = (
457457

458458
iterator({
459459
context,
460-
exit,
461460
indent,
462461
jsdoc,
463462
jsdocNode,

0 commit comments

Comments
 (0)