I just cloned a Ruby on Rails project to my local machine to work on it. I have ran the command bundle install in order to install all the necessary gems and dependencies required for the project.
But a message keeps popping up in my log messages, which gets me worried. It is
Error:Rubocop returned exit code: 2
I have checked the version of rubocop that I have installed and it seems to be up-to-date.
I have also done some research as to what might be the cause of this error, but I seem not to have any luck yet. I need some assistance.