Skip to content

Commit

Permalink
Disable line len in rubocop for sdk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rdooley committed Sep 13, 2019
1 parent 7ae643d commit 0ae407c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/test/.rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
Metrics/BlockLength:
Enabled: false
Metrics/LineLength:
Enabled: false

0 comments on commit 0ae407c

Please sign in to comment.