Pattern: Inconsistent indentation
Issue: -
This rule checks for inconsistent indentation.
class A
def test
puts 'hello'
puts 'world'
end
end
Attribute | Value |
---|---|
EnforcedStyle | normal |
SupportedStyles | normal, rails |
Pattern: Inconsistent indentation
Issue: -
This rule checks for inconsistent indentation.
class A
def test
puts 'hello'
puts 'world'
end
end
Attribute | Value |
---|---|
EnforcedStyle | normal |
SupportedStyles | normal, rails |