Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` standard: Use Ruby Standard Style (https://github.com/standardrb/standard) Rakefile:34:34: Style/RedundantParentheses: Don't use parentheses around a logical expression. lib/factory_bot/attribute_assigner.rb:16:32: Performance/StringIdentifierArgument: Use `:"#{attribute}="` instead of `"#{attribute}="`. standard: Run `standardrb --fix` to fix up to 2 problems. ```
- Loading branch information