Draft: Added a Rubocop plugin for linting ruby files
This plugin is derived from the existing ESLint plugin, and modified to use Ruby's Rubocop linter.
It will use whichever 'rubocop' is in the users $PATH, this is commonly controlled via RVM, RBenv or similar.