Error with desktop_file_utilities.rb: undefined method `descripton' for Desktop_file_utils:Class
Error with orc.rb: undefined method `compatibilty' for gstreamer:Class
Co-authored-by: chronos <noreply@github.com>
* Rename IgnoredPatterns to AllowedPatterns.
* Exclude docopt.rb (not our code) from Rubocop
* Disable Style/RedundantReturn
* Disable Style/MutableConstant
* Disable Style/NumericLiterals
* Set Layout/IndentationStyle to spaces
* Temporarily disable various cops.
* Add Rubocop CI via Octocop
* Lint tree with rubocop -A -c .rubocop.yml
Co-authored-by: Satadru Pramanik <satadru@gmail.com>