Commit 290de455 by Christine Lytwynec

Merge pull request #10671 from edx/clytwynec/jshint-diff

Fix paths for diff quality jshint comparison
parents 794e403b 01d8a9bc
...@@ -273,8 +273,8 @@ def run_jshint(options): ...@@ -273,8 +273,8 @@ def run_jshint(options):
_prepare_report_dir(jshint_report_dir) _prepare_report_dir(jshint_report_dir)
sh( sh(
"jshint {root} --config .jshintrc >> {jshint_report}".format( "jshint . --config .jshintrc >> {jshint_report}".format(
root=Env.REPO_ROOT, jshint_report=jshint_report jshint_report=jshint_report
), ),
ignore_error=True ignore_error=True
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment