Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Commit

Permalink
👕 Fix rubocop failures
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Mar 30, 2018
1 parent bb01bee commit 76543d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ Style/FormatString:
Style/FormatStringToken:
EnforcedStyle: unannotated

Style/TrailingCommaInLiteral:
Style/TrailingCommaInArrayLiteral:
Enabled: false

Style/TrailingCommaInHashLiteral:
Enabled: false
2 changes: 1 addition & 1 deletion useragent_api.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib = File.expand_path('../lib', __FILE__)
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'useragent_api/version'

Expand Down

0 comments on commit 76543d9

Please sign in to comment.