Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layout/InitialIndentation-20240212233131 #915

Merged
merged 4 commits into from
May 30, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Rubocop challenge!

Layout/InitialIndentation

Safe autocorrect: Yes
✅ The autocorrect a cop does is safe (equivalent) by design.

Description

Overview

Checks for indentation of the first non-blank non-comment
line in a file.

Examples

# bad
   class A
     def foo; end
   end

# good
class A
  def foo; end
end

Auto generated by rubocop_challenger

@mathieujobin mathieujobin merged commit 26a2807 into master May 30, 2024
50 checks passed
@mathieujobin mathieujobin deleted the rubocop-challenge/20240212233131 branch May 30, 2024 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant