Skip to content

Commit

Permalink
Add Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
orien committed Feb 5, 2024
1 parent 23592f1 commit 3aa76e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
NewCops: disable
SuggestExtensions: false
TargetRubyVersion: 2.4
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ group :development, :test do
gem 'pry'
gem 'rake'
gem 'rspec'
gem 'rubocop', '~> 1'
gem 'timecop'
end

0 comments on commit 3aa76e3

Please sign in to comment.