Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
KingTiger001 committed Aug 31, 2020
1 parent e9dbf43 commit 86a1a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/webpacker/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def extensions

def check_yarn_integrity=(value)
warn <<~EOS
Webpacker::Configuration#check_yarn_integrity=(value) is obsolete. The integrity
check has been removed from Webpacker (https://github.com/rails/webpacker/pull/2518)
Webpacker::Configuration#check_yarn_integrity=(value) is obsolete. The integrity
check has been removed from Webpacker (https://github.com/rails/webpacker/pull/2518)
so changing this setting will have no effect.
EOS
end
Expand Down

0 comments on commit 86a1a5a

Please sign in to comment.