Skip to content

Commit

Permalink
Merge pull request #304 from pdagrawal/patch-1
Browse files Browse the repository at this point in the history
Update .rubocop.yml to fix the offence
  • Loading branch information
rafaelfranca committed May 20, 2020
2 parents 0d4bf64 + aa0925e commit a7818b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -8,7 +8,7 @@ AllCops:
TargetRubyVersion: '2.3'

# This doesn't take into account retrying from an exception
Lint/HandleExceptions:
Lint/SuppressedException:
Enabled: false

# allow String.new to create mutable strings
Expand Down
1 change: 1 addition & 0 deletions lib/bootsnap.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true

require_relative('bootsnap/version')
require_relative('bootsnap/bundler')
require_relative('bootsnap/load_path_cache')
Expand Down

0 comments on commit a7818b7

Please sign in to comment.