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

Run automatic rubocop corrections #3

Closed
wants to merge 6 commits into from
Closed

Conversation

billdueber
Copy link
Collaborator

Adds a .rubocop.yml and runs the autocorrect (rubocop -E)

Most the changes are minor formatting (spaces in some places,
indentation in others) and making sure the frozen string
literals are in every file.

Intellij products should pick up the .rubocop.yml file
and use it to provide inline hints when editing a file.

I don't particularly care about most of this stuff,
but we can run it for every PR and then at least
have some consistency.

@billdueber
Copy link
Collaborator Author

Diverged too far from master. Will try again later.

@billdueber billdueber closed this Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant