You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@hkdobrev, that's right, the problem is I may want to strictly check for some keyword while accepting those which are commented.
In development phase, it is sometimes useful to let a commented log. That's why I think a flag would be nice to avoid a two step process (first commit, then add the --no-verify option.
We may need to add a configuration to determine if we want to strictly match commented keywords.
// var_dump($dummy);
It may not be matched based on flag.
The text was updated successfully, but these errors were encountered: