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
I need to ignore some external links because they fail when checking from travis-ci. I started with a comma list of them, however as the list grows I would like to use regex to keep the list smaller.
I need to ignore some external links because they fail when checking from travis-ci. I started with a comma list of them, however as the list grows I would like to use regex to keep the list smaller.
I tried like the following:
However it still tries to check
https://www.drupal.org/drupal-7.0
. How can I use regex in this argument?The text was updated successfully, but these errors were encountered: