Parent

Files

Class/Module Index [+]

Quicksearch

RuboCop::Cop::Style::IndentationConsistency

This cops checks for inconsistent indentation.

@example

class A

def test
  puts 'hello'
   puts 'world'
end

end

Constants

MSG

Public Instance Methods

on_begin(node) click to toggle source
# File lib/rubocop/cop/style/indentation_consistency.rb, line 20
def on_begin(node)
  check(node)
end
on_kwbegin(node) click to toggle source
# 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.