Skip to content

[pull] master from airbnb:master#38

Open
pull[bot] wants to merge 112 commits intodk-dev:masterfrom
airbnb:master
Open

[pull] master from airbnb:master#38
pull[bot] wants to merge 112 commits intodk-dev:masterfrom
airbnb:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Nov 9, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Nov 9, 2021
ljharb and others added 30 commits January 27, 2024 21:07
This removes the `object.entries` package and uses the widely available built-in native `Object.entries`.
Signed-off-by: Kim Minh Thắng <thangved02@gmail.com>
Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
Airbnb has adopted a Code of Conduct that applies to all open source projects. This addition ensures project participants understand community standards and provides clear reporting mechanisms for violations.
Airbnb has adopted a [Code of Conduct](https://airbnb.io/codeofconduct/) that applies to all open source projects. This addition ensures project participants understand community standards and provides clear reporting mechanisms for violations.

Source is a copy from https://github.com/airbnb/swift/blob/master/CODE_OF_CONDUCT.md
The bad example in section 15.6 (nested ternaries) used double-quoted
string literals ('"bar"', '"baz"'), which contradicts section 6.1 of
this same style guide that requires single quotes.

Also related to issue #3152 which flagged inconsistent style conventions
in code examples across sections.

Fixes the bad example to use single-quoted strings consistently with
the rest of the guide and with the good examples immediately below.
Updated the link to the full Code of Conduct text.
Merge pull request #3232 from danbeam/patch-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.