From f393b96dea4a19fc22f891ecf7b1318ed8ec5a52 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 21 Mar 2017 17:46:10 +0100 Subject: [PATCH] Remove rubocop for now --- .gitignore | 1 - .rubocop.yml | 7 ------- Gemfile | 4 ---- Gemfile.lock | 20 -------------------- 4 files changed, 32 deletions(-) delete mode 100644 .rubocop.yml diff --git a/.gitignore b/.gitignore index 1cdb725a2..8d761de27 100644 --- a/.gitignore +++ b/.gitignore @@ -27,7 +27,6 @@ bin/* config/initializers/token.rb config/initializers/super_admin.rb doc/*.svg -rubocop.html config/france_connect.yml config/initializers/mailjet.rb config/fog_credentials.yml diff --git a/.rubocop.yml b/.rubocop.yml deleted file mode 100644 index 341d26106..000000000 --- a/.rubocop.yml +++ /dev/null @@ -1,7 +0,0 @@ -require: rubocop-rspec -AllCops: - Exclude: - - db/**/* - RunRailsCops: true -Metrics/LineLength: - Enabled: false diff --git a/Gemfile b/Gemfile index 31185efe5..305348d34 100644 --- a/Gemfile +++ b/Gemfile @@ -127,10 +127,6 @@ group :development, :test do gem 'spring-commands-rspec' gem 'rspec-rails', '~> 3.0' - gem 'rubocop', require: false - gem 'rubocop-checkstyle_formatter', require: false - gem 'rubocop-rspec', require: false - gem 'brakeman', require: false # Deploy diff --git a/Gemfile.lock b/Gemfile.lock index cb1e02025..1ab3142a3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,6 @@ GEM actionpack (>= 3.0) activemodel (>= 3.0) responders - ast (2.3.0) attr_required (1.0.1) autoprefixer-rails (6.5.4) execjs @@ -399,14 +398,11 @@ GEM openstack (3.3.7) json orm_adapter (0.5.0) - parser (2.3.3.1) - ast (~> 2.2) pg (0.19.0) poltergeist (1.12.0) capybara (~> 2.1) cliver (~> 0.3.1) websocket-driver (>= 0.2.0) - powerpack (0.1.1) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -453,7 +449,6 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rainbow (2.1.0) raindrops (0.17.0) rake (12.0.0) rb-fsevent (0.9.8) @@ -501,17 +496,6 @@ GEM rspec-mocks (~> 3.5.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) - rubocop (0.46.0) - parser (>= 2.3.1.1, < 3.0) - powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.7) - unicode-display_width (~> 1.0, >= 1.0.1) - rubocop-checkstyle_formatter (0.3.0) - rubocop (>= 0.30.1) - rubocop-rspec (1.8.0) - rubocop (>= 0.42.0) - ruby-progressbar (1.8.1) ruby_dep (1.5.0) ruby_parser (3.8.3) sexp_processor (~> 4.1) @@ -583,7 +567,6 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.2) - unicode-display_width (1.1.2) unicode_utils (1.4.0) unicorn (5.2.0) kgio (~> 2.6) @@ -677,9 +660,6 @@ DEPENDENCIES rest-client rgeo-geojson rspec-rails (~> 3.0) - rubocop - rubocop-checkstyle_formatter - rubocop-rspec sass-rails (~> 5.0) scenic sdoc (~> 0.4.0)