codeclimate/codeclimate-rubocop

View on GitHub
config/contents/style/indentation_width.md

Summary

Maintainability
Test Coverage
This cops checks for indentation that doesn't use two spaces.

### Example:

    class A
     def test
      puts 'hello'
     end
    end