Made some corrections that popped out after executing rake code_analysis
Notes:
This PR is so we can analyze our own code, plus it will be mentioned on the CONTRIBUTING file so in case someone wants to contribute, they know that they have this tool to use and all checks must pass.
Also: Had to remove Naming/PredicateName from .rubocop.yml because it was stating has_one_base64_attached was an invalid name and it was suggesting we used one_base64_attached? as the method name, which isn't what we want.
Tasks:
code_analysis
taskrake code_analysis
Notes:
CONTRIBUTING
file so in case someone wants to contribute, they know that they have this tool to use and all checks must pass.Naming/PredicateName
from.rubocop.yml
because it was statinghas_one_base64_attached
was an invalid name and it was suggesting we usedone_base64_attached?
as the method name, which isn't what we want.