Configure rubocop
This commit is contained in:
parent
b5133271c7
commit
998c4a13a9
3 changed files with 53 additions and 0 deletions
6
2019/Gemfile
Normal file
6
2019/Gemfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source 'https://rubygems.org'
|
||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
gem 'rubocop', '~> 0.77.0'
|
||||
Loading…
Reference in a new issue