-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add rubycritic and sandi meter #43
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sandimeter will be change continuously, this can affect your rubycritic score. As a tip, you can add the sandimeter folder and add it to gitignore, create another folder where you can put a screenshot of the progress of the sandimeter or configure rubycritic in the Rakefile to exclude the sandimeter directory
Check the documentation in github
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And check the indentation
@@ -5,7 +5,8 @@ | |||
# git config --global core.excludesfile '~/.gitignore_global' | |||
|
|||
#Ignore sandimeter | |||
/sandi_meter/ | |||
*.sandi_meter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also remove all added sandi_meter files from the previous commits? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They aren't really needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done! :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you can also add the Rubycritic files to the .gitignore
, they are not really needed to be versioned since they can be generated any time.
Description
Testing
None.
Screenshots
None.