• 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
..
genbashcomp Loading commit data...
genconversion Loading commit data...
gendeepcopy Loading commit data...
gendocs Loading commit data...
genman Loading commit data...
genutils Loading commit data...
hyperkube Loading commit data...
integration Loading commit data...
kube-apiserver Loading commit data...
kube-controller-manager Loading commit data...
kube-proxy Loading commit data...
kube-version-change Loading commit data...
kubectl Loading commit data...
kubelet Loading commit data...
linkcheck Loading commit data...
mungedocs Loading commit data...