Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(rubocop): disable Performance/StringIdentifierArgument cop
it breaks the code. related issue: rubocop/rubocop-performance#278
- Loading branch information
0410f9c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
JFYI,
Performance/StringIdentifierArgument
cop now acceptsattr
by default.rubocop/rubocop-performance#279
0410f9c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for letting me know, @koic! I'll check the
attr
and possibly adjust the config. :)