|
Mojo: Add PRESUBMIT.py to mojo/.
Currently, it only adds pylint checks, with a blacklist for all the
files that fail horribly (or in otherwise mysterious ways).
Also fix a few (less mysterious) pylint failures. Remove some pylint
suppressions (since we now add appropriate directories to the python
module path for pylint).
R=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287988
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+61 lines, -50 lines) |
Patch |
 |
A |
mojo/PRESUBMIT.py
|
View
|
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/mojom_bindings_generator.py
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom/generate/data.py
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom/generate/module.py
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom/generate/template_expander.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom/parse/lexer.py
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom/parse/parser.py
|
View
|
|
2 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom/parse/translate.py
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom_tests/parse/ast_unittest.py
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom_tests/parse/lexer_unittest.py
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom_tests/parse/parser_unittest.py
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom_tests/parse/run_parser.py
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom_tests/parse/run_translate.py
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/public/tools/bindings/pylib/mojom_tests/support/find_files.py
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/tools/generate_java_callback_interfaces.py
|
View
|
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|