RuboCop::Cop
This cops checks for inconsistent indentation.
@example
class A
def test puts 'hello' puts 'world' end
end
# File lib/rubocop/cop/style/indentation_consistency.rb, line 20 def on_begin(node) check(node) end
# File lib/rubocop/cop/style/indentation_consistency.rb, line 24 def on_kwbegin(node) check(node) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.