You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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/.
The text was updated successfully, but these errors were encountered: