Skip to content

In code_statistics.rb warning about mismatched indentation #61

Description

code_statistics.rb uses

private

Then adds a two level indent.

I guess this is your style :) so no problem there, only that
the ruby warning is a bit annoying.

My suggestion to fix:

perhaps move the last occuring "end" to be on the same indent level as the leading

class CodeStatistics

end

Right now it is:

class CodeStatistics

' 'end # notice the two ' '

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions