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

Check syntax consistency of my code #21

Open
1 task
mark-dce opened this issue Sep 7, 2017 · 0 comments
Open
1 task

Check syntax consistency of my code #21

mark-dce opened this issue Sep 7, 2017 · 0 comments

Comments

@mark-dce
Copy link

mark-dce commented Sep 7, 2017

STORY
As a development team, we want to make our code easier for one another to read, so that I don't have to work so hard when I have to fix someone else's bugs.

DETAILS
There is a tool called RuboCop which is a static code analyzer designed to help maintain syntax and other code consistency across large codebases maintained by multiple users.

ACCEPTANCE

  • RuboCop is run as part of my CI tests

HINT
When capturing a new project that hasn't had RuboCop running previously, you might want to exclude parts of your code. See Exclude in http://rubocop.readthedocs.io/en/latest/configuration/.

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

No branches or pull requests

1 participant