• Eric Paris's avatar
    Reduce false positives with verify-flag-underscore.sh by updating regex · 30d34d0e
    Eric Paris authored
    Check to make sure there is not an alphanumeric character immeditely
    before or after the 'flag'.  It there is an alphanumeric character then
    this is obviously not actually the flag we care about.  For example if
    the project declares a flag "valid-name" but the regex finds something
    like "invalid_name" we should not match.  Clearly this "invalid_name" is
    not actually a wrong usage of the "valid-name" flag.
    30d34d0e
Name
Last commit
Last update
..
app Loading commit data...
proxy.go Loading commit data...