Skip to content

Conversation

ydah
Copy link
Contributor

@ydah ydah commented Oct 11, 2025

No description provided.

ydah added 2 commits October 11, 2025 17:55
```
❯ bundle exec standardrb --fix
Inspecting 154 files
.....................................................C...................................................C................................................

Offenses:

lib/factory_bot/sequence.rb:20:7: C: [Corrected] Style/RedundantParentheses: Don't use parentheses around a method call.
      (FactoryBot::Internal.sequences.to_a.find { |seq| seq.has_uri?(uri) }) ||
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
lib/factory_bot/sequence.rb:21:9: C: [Corrected] Style/RedundantParentheses: Don't use parentheses around a method call.
        (FactoryBot::Internal.inline_sequences.find { |seq| seq.has_uri?(uri) })
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
spec/acceptance/sequence_spec.rb:2:3: C: [Corrected] Layout/EmptyLinesAfterModuleInclusion: Add an empty line after module inclusion.
  include FactoryBot::Syntax::Methods
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

154 files inspected, 3 offenses detected, 3 offenses corrected
```
Copy link
Contributor

@vburzynski vburzynski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😎 Thanks for updating this

@vburzynski vburzynski merged commit 37d9d9a into thoughtbot:main Oct 13, 2025
25 checks passed
@ydah ydah deleted the bump-standard branch October 13, 2025 12:23
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