Merge pull request #4727 from commitay/conflicts-cop-node

conflicts_cop: remove `node@` from whitelist
This commit is contained in:
Mike McQuaid 2018-08-19 16:16:15 +01:00 committed by GitHub
commit 8f1a3b53c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,6 @@ module RuboCop
"Use `keg_only :versioned_formula` instead.".freeze
WHITELIST = %w[
node@
bash-completion@
].freeze