Whitespace before parentheses in method call
Reports method calls (including yield
) with whitespace before its parentheses.
# Bad practice
puts ('Hello world!')
# Good practice
puts('Hello world!')
Inspired by 'RuboCop'
Inspection Details | |
---|---|
Available in: | Qodana for Ruby 2023.3, RubyMine 2023.3 |
Plugin: | Ruby, 233.SNAPSHOT |
Last modified: 13 July 2023