-
Notifications
You must be signed in to change notification settings - Fork 162
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
Bikeshed source file linting #1
Comments
Line length might be tricky as I don't wrap "inline" elements (I never quite remember the new terms). I guess you could detect that since the start and end tag are on the same line. |
I had some terrible code in https://github.com/w3c/webvtt/blob/gh-pages/format.py and https://github.com/WICG/mediasession/blob/master/format.py that could possibly be reduced to just a linter. Reformatting isn't an impossible problem, although not wrapping "inline" elements makes it harder and I never bothered. |
whatwg/resources.whatwg.org#51 is something that seems reasonably simple to add. |
Going to close this in favor of whatwg/whatwg.org#66 which has a concrete working suggestion, but needs a few more tweaks. It doesn't tackle line length (see also #31), but I don't think we have a good way to deal with line length exceptions yet. Once someone figures that out it seems that repository would be the place to make the suggestion. |
Here are some things it would be nice to have Travis verify for us, for all the Bikeshed-using specs:
<pre>
blocks---any other exceptions?Please add more ideas!
The text was updated successfully, but these errors were encountered: