Watch
1
0
Fork
You've already forked advent-of-code
0

Configure rubocop

This commit is contained in:
Jeremy Kaplan 2019-12-01 22:20:18 -08:00
commit 998c4a13a9
3 changed files with 53 additions and 0 deletions

6
2019/Gemfile Normal file
View 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'