aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
authorIsabell Long2017-05-27 23:17:44 +0100
committerIsabell Long2017-05-29 00:26:47 +0100
commit279a4df6c3fa41f0b660d67f880ed2bc7c0be848 (patch)
tree4730c6f20096a0f9a23e7c673246f942048d1ddc /Library/Homebrew/cmd
parentfb33acbbe47162adf90e92cbb6b244f26a5a346e (diff)
downloadbrew-279a4df6c3fa41f0b660d67f880ed2bc7c0be848.tar.bz2
Match the "formula name in description" on word boundaries
- The regexp for the "check if formula name is used in formula's description" cop matches every instance of the formula name if it exists, whether it's in a word or not. - For example, the formula `mon` has the description "Monitor hosts/services/whatever and alert about problems". This makes `brew audit --strict` complain because it matches "Monitor", which isn't the formula name! The formula `pass` has the description "Password manager". Again, the strict audit matches "Password", which isn't an issue. - Instead, this change matches on a word boundary, so it will match `mon:`, or `mon `, but not "Monitor", or, for example, "harmony". - I've changed the tests to account for this change.
Diffstat (limited to 'Library/Homebrew/cmd')
0 files changed, 0 insertions, 0 deletions