Fix code climate rubocop version (#24)

* Downgrade rubocop

* Init codeclimate config
This commit is contained in:
Pranav Raj S
2019-08-31 13:29:55 +05:30
committed by GitHub
parent e213d3992b
commit b731b5c726
3 changed files with 9 additions and 4 deletions

5
.codeclimate.yml Normal file
View File

@@ -0,0 +1,5 @@
version: "2"
plugins:
rubocop:
enabled: true
channel: rubocop-0-73

View File

@@ -67,7 +67,7 @@ group :development, :test do
gem 'spring'
gem 'spring-watcher-listen'
gem 'seed_dump'
gem 'rubocop', '~> 0.74.0', require: false
gem 'rubocop', '~> 0.73.0', require: false
gem 'rspec-rails', '~> 3.8'
end

View File

@@ -278,7 +278,7 @@ GEM
omniauth (~> 1.9)
orm_adapter (0.5.0)
parallel (1.17.0)
parser (2.6.3.0)
parser (2.6.4.0)
ast (~> 2.4.0)
pg (1.1.4)
phantomjs (2.1.1.0)
@@ -350,7 +350,7 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rubocop (0.74.0)
rubocop (0.73.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
@@ -479,7 +479,7 @@ DEPENDENCIES
responders
rest-client
rspec-rails (~> 3.8)
rubocop (~> 0.74.0)
rubocop (~> 0.73.0)
sass-rails (~> 5.0)
seed_dump
sentry-raven