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

Autofix Rubocop remaining Layout rules #23679

Merged
merged 3 commits into from
Feb 20, 2023

Conversation

nschonni
Copy link
Contributor

Autofix the remaining Layout Rubocop rules, except for LineLenght. I thin the LineLength is probably best left to the very end as it will likely create the most noise

@github-actions
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

@nschonni nschonni force-pushed the remaining-layout-cops branch from 35f42da to a78f1fd Compare February 18, 2023 16:47
@nschonni nschonni force-pushed the remaining-layout-cops branch 2 times, most recently from e6257e9 to be79902 Compare February 20, 2023 04:04
@nschonni
Copy link
Contributor Author

@Gargron this is one of the bigger cleanups, but I could break it up if it's easier to review

@Gargron
Copy link
Member

Gargron commented Feb 20, 2023

I do not like when hash arguments are indented so much. In my opinion they should be only 2 spaces in compared to first line.

@nschonni nschonni force-pushed the remaining-layout-cops branch from be79902 to 65c995d Compare February 20, 2023 05:47
@nschonni
Copy link
Contributor Author

OK, rebased out the changes to Layout/FirstHashElementIndentation

@Gargron Gargron merged commit 717683d into mastodon:main Feb 20, 2023
@nschonni nschonni deleted the remaining-layout-cops branch February 20, 2023 06:02
Lamparter added a commit to RiversideValley/Plaza that referenced this pull request Feb 21, 2023
* Autofix Rubocop Style/EmptyMethod (mastodon#23732)

* Autofix Rubocop Rails/RedundantForeignKey (mastodon#23731)

* Autofix Rubocop Rails/Pluck (mastodon#23730)

* Autofix Rubocop RSpec/ReturnFromStub (mastodon#23724)

* Enable Rubocop RSpec/NotToNot (mastodon#23723)

* Autofix Rubocop Lint/UnusedBlockArgument (mastodon#23712)

* Autofix Rubocop RSpec/EmptyLineAfterSubject (mastodon#23719)

* Enable Rubocop HTTP status rules (mastodon#23717)

* Autofix Rubocops RSpec/ScatteredLet (mastodon#23725)

* Autofix Rubocop Style/ExplicitBlockArgument (mastodon#23704)

* Rename JSX files with proper `.jsx` extension (mastodon#23733)

* Autofix Rubocop Rails/EnumHash (mastodon#23737)

* Autofix Rubocop RSpec/ImplicitSubject (mastodon#23721)

* Enable Rubocop RSpec/ExpectActual (mastodon#23720)

* Autofix Rubocop RSpec/LeadingSubject (mastodon#23670)

* Audofix Rubocop Style/WordArray (mastodon#23739)

* Autofix Rubocop RSpec/BeEq (mastodon#23740)

* Autofix Rubocop Style/UnpackFirst (mastodon#23741)

* Autofix Rubocop remaining Layout rules (mastodon#23679)

* Fix Markdown files with Prettier and check in CI (mastodon#21972)

* Autofix Rubocop Style/FormatString (mastodon#23743)

* Autofix Rubocop Style/SymbolProc (mastodon#23742)

* Make larger part of status clickable (mastodon#23621)

* Delete CHANGELOG.md

* Delete CONTRIBUTING.md

* Delete compose_form.jsx

* Create compose_form.jsx

---------

Co-authored-by: Nick Schonning <[email protected]>
Co-authored-by: Renaud Chaput <[email protected]>
Co-authored-by: Christian Schmidt <[email protected]>
Lamparter added a commit to RiversideValley/Plaza that referenced this pull request Feb 21, 2023
* Autofix Rubocop Style/EmptyMethod (mastodon#23732)

* Autofix Rubocop Rails/RedundantForeignKey (mastodon#23731)

* Autofix Rubocop Rails/Pluck (mastodon#23730)

* Autofix Rubocop RSpec/ReturnFromStub (mastodon#23724)

* Enable Rubocop RSpec/NotToNot (mastodon#23723)

* Autofix Rubocop Lint/UnusedBlockArgument (mastodon#23712)

* Autofix Rubocop RSpec/EmptyLineAfterSubject (mastodon#23719)

* Enable Rubocop HTTP status rules (mastodon#23717)

* Autofix Rubocops RSpec/ScatteredLet (mastodon#23725)

* Autofix Rubocop Style/ExplicitBlockArgument (mastodon#23704)

* Rename JSX files with proper `.jsx` extension (mastodon#23733)

* Autofix Rubocop Rails/EnumHash (mastodon#23737)

* Autofix Rubocop RSpec/ImplicitSubject (mastodon#23721)

* Enable Rubocop RSpec/ExpectActual (mastodon#23720)

* Autofix Rubocop RSpec/LeadingSubject (mastodon#23670)

* Audofix Rubocop Style/WordArray (mastodon#23739)

* Autofix Rubocop RSpec/BeEq (mastodon#23740)

* Autofix Rubocop Style/UnpackFirst (mastodon#23741)

* Autofix Rubocop remaining Layout rules (mastodon#23679)

* Fix Markdown files with Prettier and check in CI (mastodon#21972)

* Autofix Rubocop Style/FormatString (mastodon#23743)

* Autofix Rubocop Style/SymbolProc (mastodon#23742)

* Make larger part of status clickable (mastodon#23621)

* Autofix Rubocop Style/RescueStandardError (mastodon#23745)

* Update rebase needed job settings (mastodon#23746)

* Change compose form checkbox to native input with `appearance: none` (mastodon#22949)

* Autofix Rubocop Rails/WhereEquals (mastodon#23759)

* Autofix Rubocop Security/IoMethods (mastodon#23757)

* Autofix Rubocop Rails/FindById (mastodon#23762)

* Add `lang` tag to native language names in language picker (mastodon#23749)

* Bump capistrano from 3.17.1 to 3.17.2 (mastodon#23775)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump sass from 1.58.2 to 1.58.3 (mastodon#23772)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump blurhash from 2.0.4 to 2.0.5 (mastodon#23771)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump stylelint from 15.1.0 to 15.2.0 (mastodon#23770)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix sidebar cut-off on small screens in admin UI (mastodon#23764)

* Bump devise from 4.8.1 to 4.9.0 (mastodon#23691)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/runtime from 7.20.13 to 7.21.0 (mastodon#23773)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/core from 7.20.12 to 7.21.0 (mastodon#23767)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-runtime from 7.19.6 to 7.21.0 (mastodon#23774)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-transform-react-inline-elements from 7.18.6 to 7.21.0 (mastodon#23766)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @babel/plugin-proposal-decorators from 7.20.13 to 7.21.0 (mastodon#23769)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Delete CHANGELOG.md

* Delete CONTRIBUTING.md

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Nick Schonning <[email protected]>
Co-authored-by: Renaud Chaput <[email protected]>
Co-authored-by: Christian Schmidt <[email protected]>
Co-authored-by: Claire <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Botao Wang <[email protected]>
btrd pushed a commit to btrd/mastodon that referenced this pull request Feb 22, 2023
skerit pushed a commit to 11ways/mastodon that referenced this pull request Jul 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants