Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Conversation

@DeeDeeG
Copy link
Contributor

@DeeDeeG DeeDeeG commented Aug 22, 2020

Requirements for Contributing Documentation

  • Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
  • The pull request must only contribute documentation (for example, markdown files or API docs). To contribute other changes, you must use a different template. You can see all templates at https://github.com/atom/.github/tree/master/.github/PULL_REQUEST_TEMPLATE.

Description of the Change

The code has been linted with Prettier as of May 2019 (#19391). This obviously means that code conforming to Standard JS style would be flagged as needing changes by our current linter!

Update CONTRIBUTING.md to reflect this. (Closes #21132).

Release Notes

Docs: JS is linted with Prettier now, not Standard


View rendered CONTRIBUTING.md

This just documents a long-running practice, as of May 2019.

For the backstory on the change, see:
atom#19391
@DeeDeeG DeeDeeG force-pushed the docs-js-is-linted-with-prettier-now branch from d376c3a to 68516a1 Compare August 22, 2020 21:51
@DeeDeeG DeeDeeG changed the title CONTRIBUTING.md: JavaScript code is linted with Prettier now 📝 CONTRIBUTING.md: JavaScript code is linted with Prettier now Aug 22, 2020
@DeeDeeG DeeDeeG changed the title 📝 CONTRIBUTING.md: JavaScript code is linted with Prettier now 📝 CONTRIBUTING.md: JavaScript code is linted with Prettier now Aug 22, 2020
@DeeDeeG
Copy link
Contributor Author

DeeDeeG commented Aug 24, 2020

CI failure is unrelated.

We've been seeing this often on Linux. script/build finishes building rather successfully, and then when it should be wrapping up as normal after the real work is all done, there is a segfault.

This has stopped happening for the past few runs of CI at our fork, so maybe it's too early to celebrate, but maybe something we did at our fork can fix this.

@sadick254
Copy link
Contributor

@DeeDeeG I have also noticed the linux build failure on our CI. I was trying to look at atom-community#88 (comment) but no reference to any pr to fix it.

@sadick254 sadick254 merged commit 0e6df68 into atom:master Aug 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Atom coding style

2 participants