Skip to content

Commit

Permalink
Corrected description of exclude in example config_ucss.js
Browse files Browse the repository at this point in the history
Changed comment for example usage of the "exclude" parameter to say it's a list of things to skip, not to check.
  • Loading branch information
digitalhurricane committed Dec 3, 2014
1 parent 1c0901a commit 9485375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config_ucss.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
"pages": { // (Required) Pages to check. Crawl or include is required.
"crawl": "http://localhost/", // (Optional, if "include" is given).
// Starting point for crawler.
"exclude": [ // (Optional) List of HTML files/URLs to check.
"exclude": [ // (Optional) List of HTML files/URLs to skip.
"http://localhost/some_page_to_exclude ", // Exclude this specific
// page.
"http://localhost/admin/*", // Exclude all admin pages.
Expand Down

0 comments on commit 9485375

Please sign in to comment.