Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking issue test-external #1777

Closed
3 of 11 tasks
theoludwig opened this issue Feb 4, 2022 · 5 comments · Fixed by #1802
Closed
3 of 11 tasks

Tracking issue test-external #1777

theoludwig opened this issue Feb 4, 2022 · 5 comments · Fixed by #1802

Comments

@voxpelli
Copy link
Member

voxpelli commented Feb 4, 2022

Are we sure all of these are correct failures? Or are some caused by unintended side-effects?

When I get time to finish #1747 this will be easier to see 🤔

@LinusU
Copy link
Member

LinusU commented Feb 6, 2022

feross/simple-get#78 would fix simple-get, but it's a breaking change 😅

@theoludwig
Copy link
Member Author

I closed some of my PRs because there are no activities and also because I don't want/have time to do the job for this, feel free to open other PRs to fix the linting issues with standard v17.

@voxpelli
Copy link
Member

voxpelli commented Apr 20, 2022

Caused by switch to eslint-plugin-n

Will need an update once they upgrade, but isn't any actual regression. Action to take: Disable for now

  • feross/chrome-net fails due to disabling of node/ rule that needs to be updated to instead disable the n/ rule
  • feross/safe-buffer fails due to disabling of node/ rule that needs to be updated to instead disable the n/ rule
  • feross/simple-get fails due to disabling of node/ rule that needs to be updated to instead disable the n/ rule
  • feross/studynotes.org fails due to disabling of node/ rule that needs to be updated to instead disable the n/ rule
  • maxogden/extract-zip fails due to disabling of node/ rule that needs to be updated to instead disable the n/ rule

Caused by eslint 7.19.0

Not blocking eslint-config-standard from going stable at all. Action to take: Disable for now

Causes an error

We should figure out why

  • libp2p/js-libp2p-tcp causes an unexpected linter output: Error: All files matched by '.' are ignored. Moved to .ts files which aren't linted by standard and thus causes this failure. Action to take: Remove from list

Causes extra failures

We should check that this isn't an unintended regression

  • marcbachmann/node-html-pdf fails on lots of things: no-useless-escape, object-curly-spacing, indent Uses "standard": "^5.1.1", makes no sense to include a package with such an outdated version of standard. Action to take: Disable or remove from list
  • yargs/yargs-parser fails in test/yargs-parser.mjs because of: eol-last, no-undef Caused because a lack of linting on their behalf. Opened a PR: Run linting on *.mjs files as well yargs/yargs-parser#439 Action to take: Disable for now, await response on whether they want to be included

@Kdawg5508
Copy link

Kdawg5508 commented Apr 20, 2022 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants