Skip to content

stream: fix eventNames() to not return not defined events #53432

stream: fix eventNames() to not return not defined events

stream: fix eventNames() to not return not defined events #53432

Triggered via pull request January 1, 2024 21:28
Status Failure
Total duration 2m 19s
Artifacts

linters.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
lint-js-and-md: lib/events.js#L52
Missing trailing comma
lint-js-and-md: lib/events.js#L894
Expected space(s) after "if"
lint-js-and-md: lib/events.js#L894
Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations
lint-js-and-md: lib/events.js#L894
Unexpected mix of '||' and '&&'. Use parentheses to clarify the intended order of operations
lint-js-and-md: lib/events.js#L894
Missing space before opening brace
lint-js-and-md: test/parallel/test-stream-event-names.js#L9
'assert.equal' is restricted from being used. Use `assert.strictEqual()` rather than `assert.equal()`
lint-js-and-md: test/parallel/test-stream-event-names.js#L22
'assert.equal' is restricted from being used. Use `assert.strictEqual()` rather than `assert.equal()`
lint-js-and-md: test/parallel/test-stream-event-names.js#L34
'assert.equal' is restricted from being used. Use `assert.strictEqual()` rather than `assert.equal()`
lint-js-and-md
Process completed with exit code 2.