Skip to content

Commit c3fe80d

Browse files
committed
lets not get errors for things we dont exactly expect to return a value anyways
1 parent 097533a commit c3fe80d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Rakefile

+7-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,13 @@ def check_site(options = {})
5151
check_favicon: true,
5252
check_opengraph: true,
5353
file_ignore: ["#{dir}/google75bd212ec246ba4f.html"],
54-
url_ignore: ['/add', 'https://fonts.gstatic.com/'],
54+
url_ignore: ['/add',
55+
'https://fonts.gstatic.com/',
56+
'https://abs.twimg.com',
57+
'https://cdn.syndication.twimg.com',
58+
'https://fonts.googleapis.com/',
59+
'https://pbs.twimg.com',
60+
'https://syndication.twitter.com'],
5561
cache: { timeframe: '1w' }
5662
}
5763
HTMLProofer.check_directory(dir, defaults.merge(options)).run

0 commit comments

Comments
 (0)