Skip to content

Commit

Permalink
Merge pull request #372 from mlinksva/patch-1
Browse files Browse the repository at this point in the history
Add check_img_http to README
  • Loading branch information
gjtorikian authored Jan 17, 2017
2 parents ec97e58 + 4529c6a commit d0c452b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ The `HTMLProofer` constructor takes an optional hash of additional options:
| `check_favicon` | Enables the favicon checker. | `false` |
| `check_opengraph` | Enables the Open Graph checker. | `false` |
| `check_html` | Enables HTML validation errors from Nokogiri | `false` |
| `check_img_http` | Fails an image if it's marked as `http` | `false` |
|`checks_to_ignore`| An array of Strings indicating which checks you'd like to not perform. | `[]`
| `directory_index_file` | Sets the file to look for when a link refers to a directory. | `index.html` |
| `disable_external` | If `true`, does not run the external link checker, which can take a lot of time. | `false` |
Expand Down

0 comments on commit d0c452b

Please sign in to comment.