* Fix progress bar on older CrOS terminals
* Make rubocop happy
* Use new color code functions
* Make rubocop happy
* Align variables
* Fix typo
* Remove extra space
* 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>
* lib/downloader: New progress bar design, with more info
* Reduce progress bar update time
* Clear progress bar when success only
* Update progress_bar.rb
* Update downloader.rb