plugin-ruby icon indicating copy to clipboard operation
plugin-ruby copied to clipboard

Prettier Ruby Plugin

Results 28 plugin-ruby issues
Sort by recently updated
recently updated
newest added

Feels like the whole point of `prettier` is that 1 `.prettierrc` sets the config for the whole project. So, to me, it's a little weird that the ruby plugin has...

See this issue: https://github.com/prettier/plugin-ruby/issues/1232 for details. I'm not entirely sure how to solve this, but I know it will involve adding a `prepublishOnly` step to the `package.json` that's going to...

My `.prettierrc.js` file currently looks like this: ```js module.exports = { printWidth: 100, rubyPlugins: 'plugin/single_quotes,plugin/trailing_comma', }; ``` That's equivalent to (in the "normal" Prettier): ```js module.exports = { printWidth: 100,...

## Metadata - Operating system: macOS - Ruby version: 2.7.5 - Node version: v16.13.0 - `@prettier/plugin-ruby` version: v3.2.0 - `syntax_tree` version: 3.2.1 ## Input ```ruby # frozen_string_literal: true class SitemapWorker...

## Metadata - Operating system: Mac OS - Ruby version: varies - Node version: varies - `@prettier/plugin-ruby` or `prettier` gem version: 3.1.2 - `syntax_tree` version: 2.7.1 ## Input N/A ##...

Would've expected this: ``` .foo .foo .long .string .ofactuallyreallylongtextgoeshere .baz .each do |thing| { bla: thing, blabla: thing, blablabla: thing, blablablabla: thing, } end ``` To be: ``` foo .foo...

Using prettier 3.2.4 and version 4.0.4 of @pretter/plugin-ruby The following code snippet: ``` invites = Invite .where(id: invite_ids) .where(redeemed_at: nil) # this is a # multi-line-comment .limit(20) ``` Gets formatted...

I'm upgrading from version 2 to 4 for a large codebase and noticed that the method chaining behavior seems to have changed: ``` # Before sig do params(foo: String) .returns(Integer)...

Bumps [eslint](https://github.com/eslint/eslint) from 9.1.1 to 9.3.0. Release notes Sourced from eslint's releases. v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports...

dependencies
javascript

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @​jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @​tspencer244 in...

dependencies
github_actions