From 33205fe502d5748c4d365d9e49d043e35c7126ab Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Mon, 29 Jun 2020 20:46:43 -0300 Subject: [PATCH] Add Rubocop --- Gemfile | 1 + Gemfile.lock | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/Gemfile b/Gemfile index f3dcb0e7..af7cd106 100644 --- a/Gemfile +++ b/Gemfile @@ -23,4 +23,5 @@ group :development do gem 'guard' # NOTE: this is necessary in newer versions gem 'guard-minitest' gem "rb-readline" + gem "rubocop", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 1c660733..1842c129 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -35,6 +35,7 @@ GEM guard-minitest (2.4.6) guard-compat (~> 1.2) minitest (>= 3.0) + jaro_winkler (1.5.4) json (2.2.0) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -53,16 +54,26 @@ GEM notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) + parallel (1.19.2) parser (2.6.5.0) ast (~> 2.4.0) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) + rainbow (3.0.0) rake (12.3.3) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0) rb-readline (0.5.5) + rubocop (0.78.0) + jaro_winkler (~> 1.5.1) + parallel (~> 1.10) + parser (>= 2.6) + rainbow (>= 2.2.2, < 4.0) + ruby-progressbar (~> 1.7) + unicode-display_width (>= 1.4.0, < 1.7) + ruby-progressbar (1.10.1) ruby_dep (1.5.0) shellany (0.0.1) simplecov (0.13.0) @@ -71,6 +82,7 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) thor (0.20.3) + unicode-display_width (1.6.1) PLATFORMS ruby @@ -86,6 +98,7 @@ DEPENDENCIES minitest-profile rake rb-readline + rubocop rubyx! rx-file! simplecov