You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ruby-2.6.5/gems/faker-2.10.2/lib/helpers/unique_generator.rb:22: Passing `number` with the 1st argument of `characters` is deprecated. Use keyword argument like `characters(number: ...)` instead.
To automatically update from positional arguments to keyword arguments,
install rubocop-faker and run:
rubocop \
--require rubocop-faker \
--only Faker/DeprecatedArguments \
--auto-correct
Although I have ran the rubocop-faker (and it fixed some issues).
This code I have in a factory wasn't fixed however :
I got this error message:
Although I have ran the rubocop-faker (and it fixed some issues).
This code I have in a factory wasn't fixed however :
Changing it into
Resolved the issue.
The text was updated successfully, but these errors were encountered: