diff options
| author | Raza Hussain | 2017-03-25 16:20:51 -0400 |
|---|---|---|
| committer | Raza Hussain | 2017-03-25 16:20:51 -0400 |
| commit | ca37e9646946240826ecfbb7333582e96f964c57 (patch) | |
| tree | 3d8d940c1805c3f9e26290e9b7c281ef24944846 /Library | |
| parent | 17acb3a91cc399410ce6fa9b00280a7434fcd9a1 (diff) | |
| download | brew-ca37e9646946240826ecfbb7333582e96f964c57.tar.bz2 | |
updating the exception for "kibana" for the "@" naming scheme of its formula
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/dev-cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 9f296ca66..292382234 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -1176,7 +1176,7 @@ class FormulaAuditor problem "Use `assert_match` instead of `assert ...include?`" end - if line.include?('system "npm", "install"') && !line.include?("Language::Node") && formula.name !~ /^kibana(\d{2})?$/ + if line.include?('system "npm", "install"') && !line.include?("Language::Node") && formula.name !~ /^kibana(\@\d{1,2}(\.\d{1,2})?)?$/ problem "Use Language::Node for npm install args" end |
