Skip to content

Commit

Permalink
Merge 3d2cf17 into 50a6d41
Browse files Browse the repository at this point in the history
  • Loading branch information
bobholt authored Mar 29, 2017
2 parents 50a6d41 + 3d2cf17 commit 05b2287
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
ignore = dirty
[submodule "tools"]
path = tools
url = https://github.com/w3c/wpt-tools.git
ignore = dirty
url = https://github.com/bobholt/wpt-tools.git
ignore = dirty
3 changes: 2 additions & 1 deletion lint
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ except ImportError:
'"git submodule update --init --recursive"?')
sys.exit(2)

sys.exit(0 if lint.main() == 0 else 1)

sys.exit(0 if lint.main(markdown=True) == 0 else 1)
2 changes: 1 addition & 1 deletion resources
2 changes: 1 addition & 1 deletion tools
Submodule tools updated 3 files
+69 −16 lint/lint.py
+92 −142 lint/tests/test_lint.py
+1 −0 tox.ini
1 change: 1 addition & 0 deletions url/historical.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<title>URL historical tests</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script>console.log('lint error')</script>
<div id=log></div>
<script>
var objects = [
Expand Down

0 comments on commit 05b2287

Please sign in to comment.