Autofix linting errors #8
Annotations
10 errors and 11 warnings
ESLint (JS):
src/export.ts#L228
This line has a length of 111. Maximum allowed is 100
|
ESLint (JS):
src/export.ts#L245
This line has a length of 103. Maximum allowed is 100
|
ESLint (JS):
src/extension.ts#L137
This line has a comment length of 82. Maximum allowed is 80
|
ESLint (JS):
src/logger.ts#L57
This line has a comment length of 81. Maximum allowed is 80
|
ESLint (JS):
src/logger.ts#L103
This line has a comment length of 89. Maximum allowed is 80
|
ESLint (JS):
src/logger.ts#L250
This line has a comment length of 85. Maximum allowed is 80
|
ESLint (JS):
src/manimCell.ts#L37
This line has a length of 111. Maximum allowed is 100
|
ESLint (JS):
src/manimCell.ts#L74
This line has a length of 150. Maximum allowed is 100
|
ESLint (JS):
src/manimShell.ts#L128
This line has a comment length of 81. Maximum allowed is 80
|
ESLint (JS):
src/manimShell.ts#L144
This line has a comment length of 81. Maximum allowed is 80
|
ESLint (JS)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ESLint (JS):
src/export.ts#L2
'QuickPickItem' is defined but never used
|
ESLint (JS):
src/export.ts#L4
'toQuickPickItem' is defined but never used
|
ESLint (JS):
src/export.ts#L17
'name' is defined but never used. Allowed unused args must match /^_/u
|
ESLint (JS):
src/export.ts#L17
'cliFlag' is defined but never used. Allowed unused args must match /^_/u
|
ESLint (JS):
src/export.ts#L228
'token' is defined but never used. Allowed unused args must match /^_/u
|
ESLint (JS):
src/export.ts#L245
'token' is defined but never used. Allowed unused args must match /^_/u
|
ESLint (JS):
src/extension.ts#L6
'ManimCellRanges' is defined but never used
|
ESLint (JS):
src/extension.ts#L40
'reloadAndPreviewManimCellCommand' is assigned a value but never used
|
ESLint (JS):
src/logger.ts#L194
'progressIndicator' is defined but never used. Allowed unused args must match /^_/u
|
ESLint (JS):
src/logger.ts#L194
'token' is defined but never used. Allowed unused args must match /^_/u
|