Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

prettier-ruby

Prettier for the Ruby programming language.
Collective - Host: opensource - https://opencollective.com/prettier-ruby - Website: https://prettier.io/ - Code: https://github.com/prettier/plugin-ruby

Single-line method definitions

github.com/prettier/plugin-ruby - d812952310fd890a9dc04274b7393a1fa8f6eb2c authored about 4 years ago
Ruby 3 pattern matching [*,0,*]

github.com/prettier/plugin-ruby - c533e7e739e7fb1e2a3366856fb8db0c8b499849 authored about 4 years ago
Merge pull request #743 from prettier/dependabot/npm_and_yarn/node-notifier-8.0.1

Bump node-notifier from 8.0.0 to 8.0.1

github.com/prettier/plugin-ruby - adf0d0a757c78232bd1e487111f7d9d80e689171 authored about 4 years ago
Bump node-notifier from 8.0.0 to 8.0.1

Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release...

github.com/prettier/plugin-ruby - 2ee2aed46a1d77b7da3a8625d7e57349b1d46216 authored about 4 years ago
Merge pull request #740 from prettier/long-calls-with-args-at-end

Long method chains with args at the end

github.com/prettier/plugin-ruby - 10d72ac2c05df7990e65f794ab3a1f4e4a93dd5f authored about 4 years ago
Long method chains with args at the end

If you have something like

```ruby
config.action_dispatch.rescue_responses.merge!(
# We creat...

github.com/prettier/plugin-ruby - 0fb9f4ad76c2c36e241688923291e632b76fd712 authored about 4 years ago
Merge pull request #739 from prettier/for-loops

Correctly print for loops

github.com/prettier/plugin-ruby - e2614edc9fc9f24ac85309d80c0046772edc1227 authored about 4 years ago
Add @karanmandal as a contributor

github.com/prettier/plugin-ruby - 1b5757821b010b7bbc8316f93faa70e049e01d49 authored about 4 years ago
Merge pull request #738 from prettier/changelog

CHANGELOG

github.com/prettier/plugin-ruby - f3d5007017fa1193a05f2f2539b77b33fef0a56d authored about 4 years ago
Fix up metadata test

github.com/prettier/plugin-ruby - 2f6b55d8a6716609b39851a339bc862731974033 authored about 4 years ago
Merge pull request #737 from gogainda/patch-1

Add Truffleuby head to CI

github.com/prettier/plugin-ruby - 4905bb553412d247d1cd9c7a05db77847f7ed0c5 authored about 4 years ago
Add @ykpythemind as a contributor

github.com/prettier/plugin-ruby - 9ecb22ac6fadcefa6af6d763fd0cdb5e1d80641d authored about 4 years ago
Update main.yml

github.com/prettier/plugin-ruby - 6268d3c74c37352183971f103ea419e172ed1350 authored about 4 years ago
Merge pull request #726 from ykpythemind/regexp_patch

Do not change if regexp literal body has braces

github.com/prettier/plugin-ruby - c49c1efcf6ec6fa6d7148c0460967c3a4556c1a8 authored about 4 years ago
Merge pull request #735 from prettier/dependabot/npm_and_yarn/eslint-config-prettier-7.1.0

Bump eslint-config-prettier from 7.0.0 to 7.1.0

github.com/prettier/plugin-ruby - 18e2f1f6fa1f1d466393d36af39b321b6fe532fa authored about 4 years ago
Bump eslint-config-prettier from 7.0.0 to 7.1.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.0.0 to...

github.com/prettier/plugin-ruby - afb687fc660b0182a81ec15f19dc7b6c0f2ce543 authored about 4 years ago
Merge pull request #733 from prettier/dependabot/npm_and_yarn/eslint-config-prettier-7.1.0

Bump eslint-config-prettier from 7.0.0 to 7.1.0

github.com/prettier/plugin-ruby - 58f80cee38734f0ee24c0b376fa266720d27f549 authored about 4 years ago
Merge pull request #732 from prettier/dependabot/npm_and_yarn/eslint-7.16.0

Bump eslint from 7.15.0 to 7.16.0

github.com/prettier/plugin-ruby - a089eefc4fdab7f502a546ccc03b4f55f30d4b3b authored about 4 years ago
Add dependabot config

github.com/prettier/plugin-ruby - 0ded6fa8d71964f32c13a2941da2099ffd929994 authored about 4 years ago
Merge pull request #734 from prettier/special-call

Special call syntax

github.com/prettier/plugin-ruby - 99a07c254457ccfaa8b81f07ae2a94261f45c50e authored about 4 years ago
Add @rindek as a contributor

github.com/prettier/plugin-ruby - 282ed6b48d18be6ac641e79e3acc3d0d4353464a authored about 4 years ago
Special call syntax

github.com/prettier/plugin-ruby - 8c2ff277330fce5bf05212964b150c72506da482 authored about 4 years ago
Bump eslint-config-prettier from 7.0.0 to 7.1.0

Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.0.0 to...

github.com/prettier/plugin-ruby - 4d0306e0b4545044ed072797a1f4c57d75fede2d authored about 4 years ago
Bump eslint from 7.15.0 to 7.16.0

Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.16.0.
- [Release notes](https:...

github.com/prettier/plugin-ruby - 80cd32c0825b3f7ba422097be0ca442a2931c973 authored about 4 years ago
Update README.md

Co-authored-by: Kevin Deisz <[email protected]>

github.com/prettier/plugin-ruby - 278ad65856ce1de9da56bb2ad69bc64bfc13c789 authored about 4 years ago
Merge pull request #727 from prettier/async-parser

Async parser for test code

github.com/prettier/plugin-ruby - 8ddca6e91378b92cd2c368b1af27772deb4b67c4 authored about 4 years ago
Async parser for test code

github.com/prettier/plugin-ruby - 981157927aae5b0efa7ed2012748921d4688b512 authored about 4 years ago
Do not change if regexp literal body has braces

github.com/prettier/plugin-ruby - 432da99f643bf1dffa99b54a1b28463ecdca72da authored about 4 years ago
Merge pull request #725 from prettier/prettier-ignore

Prettier ignore

github.com/prettier/plugin-ruby - b07ce5d861012adc1fc2f68c724a0eb7a35b5f01 authored about 4 years ago
Support prettier-ignore

github.com/prettier/plugin-ruby - 878ad8fce8defeca88da7b75323b6223366b7c2f authored about 4 years ago
Move node tests into their own files

github.com/prettier/plugin-ruby - e5fc67d97c6d6ab9dddae0a2e0dab1f3947ac192 authored about 4 years ago
Merge pull request #724 from prettier/dependabot/npm_and_yarn/husky-4.3.6

Bump husky from 4.3.5 to 4.3.6

github.com/prettier/plugin-ruby - a3aa00884970a46c2b1327d0bb812c8898d4ea7d authored about 4 years ago
Bump husky from 4.3.5 to 4.3.6

Bumps [husky](https://github.com/typicode/husky) from 4.3.5 to 4.3.6.
- [Release notes](https://...

github.com/prettier/plugin-ruby - 07082fa11688d812520a3252c26b601a3ec5bdac authored about 4 years ago
Explain use with RuboCop

github.com/prettier/plugin-ruby - f05028642edd47f49349f10c5c8efd42c463ba00 authored about 4 years ago
Merge pull request #723 from prettier/empty-collection-leading-comments

Handle empty collection leading comments

github.com/prettier/plugin-ruby - 9954a9ba8b92295fdaf27cbc0359ebed36b693e0 authored about 4 years ago
Handle empty collection leading comments

github.com/prettier/plugin-ruby - 548f1ccc3f8836a9a78db9b334991a474b947251 authored about 4 years ago
Merge pull request #720 from prettier/lang-env

Honor the UTF-8 lang passed in through ENV vars.

github.com/prettier/plugin-ruby - f35bec738992d7ad7c4df2d7a255faf8367463c1 authored about 4 years ago
Honor the UTF-8 lang passed in through ENV vars.

github.com/prettier/plugin-ruby - efd36037b2e93814ea8330e31a4a92a113b1641e authored about 4 years ago
Small infra changes

github.com/prettier/plugin-ruby - 916973e281df07dd6a48c44333ca7b371e69f510 authored about 4 years ago
Fix up CI on master

github.com/prettier/plugin-ruby - eebbca4493e55f985a21a3f6d07086541cc886f0 authored about 4 years ago
Don't unnecessarily group the contents of a hash

github.com/prettier/plugin-ruby - a3beb94d0183ed3568e47ac5bba60c6227cc34ee authored about 4 years ago
Merge pull request #718 from prettier/sorbet

Leave Sorbet type annotations in place

github.com/prettier/plugin-ruby - af8da3b8b20014301e5657b53a6cabd6edf2f14c authored about 4 years ago
Leave Sorbet type annotations in place

github.com/prettier/plugin-ruby - 4cc9a4bfb3b3c1b947cdfd33108b5bf3a83cb260 authored about 4 years ago
Only force braces on regexp for spaces and equals if it's inside a command or command_call.

github.com/prettier/plugin-ruby - 9a3f8d16b972d4ce2abbc15c8dc3e5c608f2f45c authored about 4 years ago
Fix up double quoted string escaping in a single quoted string

github.com/prettier/plugin-ruby - 8cac806c0575e824ef5e908c5c2ceaca415ba06a authored about 4 years ago
Bump to v1.0.0-rc2

github.com/prettier/plugin-ruby - 60cd89b4dcc26f7c5ebd767bb215ca605e181940 authored about 4 years ago
Merge pull request #716 from prettier/chained-method-add-block

Add `method_add_block` to the potential like of method calls that can be chained.

github.com/prettier/plugin-ruby - adb904bdea6f10dda39368b2b791ce6c14dcf442 authored about 4 years ago
Add `method_add_block` to the potential like of method calls that can be chained.

github.com/prettier/plugin-ruby - d81e43b0c9fdf5576089e6a53e614e1dd0653edd authored about 4 years ago
Merge pull request #715 from prettier/simplify-to-proc

Simplify toProc checks if the option is disabled

github.com/prettier/plugin-ruby - 6027609b1fcb1973ffb311d83fa809122cb827b4 authored about 4 years ago
Simplify toProc checks if the option is disabled

github.com/prettier/plugin-ruby - 698036491b717d7f1c3562b729a288b462e0089f authored about 4 years ago
Merge pull request #714 from prettier/hash-literal

Ensure hash literal is split correctly when only its contents would f…

github.com/prettier/plugin-ruby - 229e7738d36a4d1dac875bd8a34d744559d34a8a authored about 4 years ago
Ensure hash literal is split correctly when only its contents would fit on one line.

github.com/prettier/plugin-ruby - d34d7b002ae8fc2579224f32593ccc0ae52372cb authored about 4 years ago
Merge pull request #713 from prettier/case

Ensure `when` clauses with multiple predicates that can be split into…

github.com/prettier/plugin-ruby - f37dee55f92abe1c6a171ecb9e8d48b2857bc8c6 authored about 4 years ago
Ensure `when` clauses with multiple predicates that can be split into multiple lines are split correctly

github.com/prettier/plugin-ruby - a479070c428d6955098579e30b315e24d459eda3 authored about 4 years ago
Merge pull request #710 from prettier/array-literal-option

Add array literal option

github.com/prettier/plugin-ruby - fb501f94de10995f33a6d6d0cee6dabcf6bcac6c authored about 4 years ago
Add array literal option

github.com/prettier/plugin-ruby - a47e793d2ed48adbe12e54826b6e024191c1564d authored about 4 years ago
Respect o choice for octal numbers

github.com/prettier/plugin-ruby - a778195ef17de98b4e13944ac5922a7aae4a42fc authored about 4 years ago
Merge pull request #709 from prettier/consistent-hashes

Consistently print hash keys

github.com/prettier/plugin-ruby - f5eb2c58971e05f9a95ef26d178ac1fefb6a6447 authored about 4 years ago
Consistently print hash keys

github.com/prettier/plugin-ruby - 24c3c52e34aa49dc932c744508028fd9eff9ecec authored about 4 years ago
Trim off ending for embed

github.com/prettier/plugin-ruby - 04dc4b5df33f3b621d34ce3a2759191a7af93631 authored about 4 years ago
Specify the Ruby category for options

github.com/prettier/plugin-ruby - cde33c8d70be0779db5d9b1c867897053de800d3 authored about 4 years ago
Bump to v1.0.0-rc1

github.com/prettier/plugin-ruby - 04189de7717e4cc8810d7131110b6bc18e3e1e46 authored about 4 years ago
Merge pull request #708 from prettier/various-fixes

Various fixes

github.com/prettier/plugin-ruby - 01a74b30ef14bf2a94f29584bf4a3098abf221fb authored about 4 years ago
Fix up END hook

github.com/prettier/plugin-ruby - 322cf04243f7b2ac42cc2ea914bab8148e3fa2c5 authored about 4 years ago
Fix up formatting

github.com/prettier/plugin-ruby - 81429fdf81e96c227faaf831e23091ecaf39f334 authored about 4 years ago
Make sure comments stay on same line for hooks and ensure

github.com/prettier/plugin-ruby - 049d209e8bf5577a42629df2283f5f6a02127d10 authored about 4 years ago
Simplify ensure printing

github.com/prettier/plugin-ruby - 2800f31995725617dde5e213d2ab61617c373eab authored about 4 years ago
Ensure rescue comments stay on their same line

github.com/prettier/plugin-ruby - a48584a43ac1a8090bc899b02d153cb1d5d1b2d8 authored about 4 years ago
Fix up alias with constants

github.com/prettier/plugin-ruby - ea497fa796b47dd21fab2ec5833d471802da4fba authored about 4 years ago
Fix for regex that start with an equals

github.com/prettier/plugin-ruby - 35f4c9c1d384dc46709f4d782e29ef5afb5d0448 authored about 4 years ago
Fix for regex that start with blank space

github.com/prettier/plugin-ruby - 6817cf8e7694f31db48158cd0d04c14bf686747a authored about 4 years ago
Handle keyword aliases

github.com/prettier/plugin-ruby - 6b4161c37d904ae584e5e75290c5fb828d447abc authored about 4 years ago
Ensure you break the parent when there is an assignment in the predicate of a loop

github.com/prettier/plugin-ruby - a6bde7d5973e141509b4776c14015d894a3bf35d authored about 4 years ago
Don't convert into string literal arrays if the elements have brackets

github.com/prettier/plugin-ruby - 3aafd7276e7d0fc1de90f4982d184c25272f641c authored about 4 years ago
Don't automatically indent within interpolated expressions within a heredoc

github.com/prettier/plugin-ruby - 65121034927b6e24fdd28572c0e8133b8197608d authored about 4 years ago
Fix bounds calculation for an arg_paren with a heredoc in it

github.com/prettier/plugin-ruby - 08b8e57a5aca874ff50d7b2fc5eb440e8a211433 authored about 4 years ago
Fix for comments when you are defining a method whose name overlaps with a keyword

github.com/prettier/plugin-ruby - 8a27ca25a0204251505581cb5514052b062d85da authored about 4 years ago
Fix for heredocs with comments immediately after the declaration

github.com/prettier/plugin-ruby - e77a1fea378f8a989aaf11ba45ab00c0165b1881 authored about 4 years ago
Fix break with comments immediately after

github.com/prettier/plugin-ruby - de867ccde6acf02c8d743b119a5166254fb62dee authored about 4 years ago
Handle question mark methods in the predicate of an if with a comment in the body

github.com/prettier/plugin-ruby - 5d9b6ea5f41611f335e1567596884d4782d903d5 authored about 4 years ago
Handle string literals that start with %Q

github.com/prettier/plugin-ruby - fb095f11f34a0b2e52476646a45412993ae50f6e authored about 4 years ago
Update CHANGELOG

github.com/prettier/plugin-ruby - c54d4932510d64b5b439eb8a3895418cfcdd3338 authored about 4 years ago
Fix up rescues with comments

github.com/prettier/plugin-ruby - 521942ea1ea2ad855ee7a6d77d800b7d6e8f9b46 authored about 4 years ago
Fix up special operator with unary case

github.com/prettier/plugin-ruby - dc1320070ef45403b81740e443a537f6cb8c8b33 authored about 4 years ago
Fix up operator aliases

github.com/prettier/plugin-ruby - be9008ef8271bc1b92ba9972de04b0e3a0e8070f authored about 4 years ago
Fix up negative ranges

github.com/prettier/plugin-ruby - 2d0f750c4e7ac1f07565ae219abf5aed95414d9e authored about 4 years ago
Merge pull request #705 from prettier/add-27-to-matrix

Add Ruby 2.7 to the testing matrix

github.com/prettier/plugin-ruby - 60f0a855aa086af45fb2c46cabe6c44e432a505d authored about 4 years ago
Clear up suppoted ruby versions

github.com/prettier/plugin-ruby - 1a781a2e42228f43832c5e8bb40667f85b7edf74 authored about 4 years ago
Add Ruby 2.7 to the testing matrix

github.com/prettier/plugin-ruby - 6416083a9ba14e447bf4982cfeee7a5f78d17256 authored about 4 years ago
Document ensure fix

github.com/prettier/plugin-ruby - 8e1bbb0fb37e10228c12953d91621a076a6683d8 authored about 4 years ago
Merge pull request #704 from prettier/fix-ensure

Fix up ensure in bodystmt

github.com/prettier/plugin-ruby - 1b6c1e5892ad704f19be7fd3342ffe1b2d491fbb authored about 4 years ago
Update CHANGELOG

github.com/prettier/plugin-ruby - 199222c10256357be7cc6fe2b58628bed8721fb3 authored about 4 years ago
Fix up ensure in bodystmt

github.com/prettier/plugin-ruby - 33bee9422e7cc2720f3e3a14e3c7dcbaae9573b8 authored about 4 years ago
Merge pull request #703 from janklimo/janklimo-call-shorthand-syntax

Respect original call syntax

github.com/prettier/plugin-ruby - 861a24faf66f4284c793a5ca7b408b34ea39bf0f authored about 4 years ago
Respect original call syntax

github.com/prettier/plugin-ruby - 5526ef5b2d6ba08e3eb385d4610c68f77cdfa0e9 authored about 4 years ago