We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I have the following configuration:
TrailingComma: EnforcedStyleForMultiline: comma
I get false positives on multiline %w() arrays:
ingredients = %w( sausage anchovies olives )
The text was updated successfully, but these errors were encountered:
c4dbd45
Merge pull request #786 from jonas054/fix_trailing_comma_on_word_array
5bea9d7
[Fix #785] Fix false positive on %w arrays in TrailingComma
Quick fix. Thanks!
Sorry, something went wrong.
No branches or pull requests
When I have the following configuration:
I get false positives on multiline %w() arrays:
The text was updated successfully, but these errors were encountered: