Fix code climate rubocop version (#24)
* Downgrade rubocop * Init codeclimate config
This commit is contained in:
parent
e213d3992b
commit
b731b5c726
3 changed files with 9 additions and 4 deletions
5
.codeclimate.yml
Normal file
5
.codeclimate.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
version: "2"
|
||||
plugins:
|
||||
rubocop:
|
||||
enabled: true
|
||||
channel: rubocop-0-73
|
2
Gemfile
2
Gemfile
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue