Skip to content

Commit 9bcabc7

Browse files
committed
add rubocop
1 parent 3d7cd6e commit 9bcabc7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.hound.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
rubocop:
2-
config_file: .rubocop.yml
1+
# rubocop:
2+
# config_file: .rubocop.yml
33
fail_on_violations: true

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ gem 'rspec'
66
gem 'webmock'
77
gem 'ci_reporter_rspec'
88
gem 'googleauth'
9+
gem 'rubocop'

0 commit comments

Comments
 (0)