BufferLine rewrite [WIP] #915
Annotations
1 error and 12 warnings
Lint code
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint code:
src/common/InputHandler.test.ts#L455
Variable name `a_repeat_cols` must match one of the following formats: camelCase, UPPER_CASE
|
Lint code:
src/common/InputHandler.ts#L534
Missing semicolon
|
Lint code:
src/common/InputHandler.ts#L1227
Expected @param names to be "row, respectProtect". Got "y"
|
Lint code:
src/common/buffer/Buffer.ts#L410
Split 'let' declarations into multiple statements
|
Lint code:
src/common/buffer/Buffer.ts#L914
Missing semicolon
|
Lint code:
src/common/buffer/BufferLine.ts#L37
Missing accessibility modifier on class property _isWrapped
|
Lint code:
src/common/buffer/BufferLine.ts#L88
Missing accessibility modifier on method definition get
|
Lint code:
src/common/buffer/BufferLine.ts#L134
Missing accessibility modifier on method definition setCellFromCodepoint
|
Lint code:
src/common/buffer/BufferLine.ts#L152
Missing accessibility modifier on method definition deleteCells
|
Lint code:
src/common/buffer/BufferLine.ts#L185
Unexpected var, use let or const instead
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "build-artifacts".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading