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

Setup Rubocop/rubyfmt #20

Open
harsh183 opened this issue Jun 19, 2020 · 0 comments
Open

Setup Rubocop/rubyfmt #20

harsh183 opened this issue Jun 19, 2020 · 0 comments
Labels
Milestone

Comments

@harsh183
Copy link
Collaborator

It's important to have a code standard or format we all follow.

  • Rubocop is quite popular but it doesn't autofix your code, merely points out errors but it integrates nicely with Rubymine and various other IDEs. Downside is that almost no one uses their standard configuration so every project ends up having it's own style, and for open source projects I don't think that is the greatest of things.

  • rubyfmt is like gofmt where it just formats your code per a standard style and after every save. I like this approach better and I saw it at Alt::BrightonRuby 2020 but it is still at a point where it's upcoming but the dev responds to issues quite actively.

@Saakshaat Saakshaat added this to the Set Up milestone Jun 22, 2020
@harsh183 harsh183 added the tool label Jun 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants