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
Hello - I recently came across a scenario where certain relative links needs to be ignored. This is because when the linter runs, some files are not available where the relative link points to. Those files will be available during runtime. That's why the relative link check on those files fails.
I'd like to propose an option where we can configure an array of regex patterns. The linter will then ignore any links that matches one of the patterns.
The text was updated successfully, but these errors were encountered:
Hello - I recently came across a scenario where certain relative links needs to be ignored. This is because when the linter runs, some files are not available where the relative link points to. Those files will be available during runtime. That's why the relative link check on those files fails.
I'd like to propose an option where we can configure an array of regex patterns. The linter will then ignore any links that matches one of the patterns.
The text was updated successfully, but these errors were encountered: