forked from praveenvijayan/grunt-html-validation
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug fix for: Cannot assign to read only property 'name' of function #1
Open
jrauschenbusch
wants to merge
41
commits into
mryvlin:master
Choose a base branch
from
jrauschenbusch:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix for JSON report
Partial validation (wrapfile)
Option to override default validator server
Ignore the test files.
Improve JSHint support
Improve package.json
Move "lib" in tasks/lib.
…ation into XhmikosR-master Conflicts: README.md
Fix error of undefined file. Force return when no more files to check.
Hello when i tried this grunt task i have this error blocking me : Fatal error: Cannot read property 'prompt' of undefined I had to patch out the script in order to have execution. After the patch i have outputs like this : 1=> "& did not start a character reference. (& probably should have been escaped as &.)" Line no: undefined (the typo was on the title tag in the html) I don't know why this happened or if this patch could be useful to you but anyway i report it to you. Thanks for your code.
Better patch of the "bug". To reproduce it put a jekyll like page in a html page, (exemple file begin with a '-' character). The task fail with 'prompt undefined', with the patch the output change to : Validation started for.. web/jekyll.html 1=> "character \"-\" not allowed in prolog" Line no: 1 2=> "end of document in prolog" Line no: 5 No of errors: 2
fix single quote & undefined
prompt undefined fix
Update dependencies.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes praveenvijayan#74