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

Add rubycritic and sandi meter #43

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

EduJimenez96
Copy link
Contributor

Description

  • What?: I've added rubycritic and sandi meter gems
  • Why?: These are required for the project to know how optimal is our app, and what changes we could make

Testing

None.

Screenshots

None.

@EduJimenez96 EduJimenez96 self-assigned this Nov 19, 2020
@EduJimenez96 EduJimenez96 linked an issue Nov 19, 2020 that may be closed by this pull request
2 tasks
Copy link

@jorge27 jorge27 left a 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

jorge27
jorge27 previously approved these changes Nov 26, 2020
Copy link

@jorge27 jorge27 left a 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
Copy link
Contributor

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? 😄

Copy link
Contributor

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! :D

jorge27
jorge27 previously approved these changes Nov 26, 2020
Copy link

@jaimelr jaimelr left a 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.

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

Successfully merging this pull request may close these issues.

Add rubycritic and sandimeter
4 participants