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

Fix paths for diff quality jshint comparison
This commit is contained in:
Christine Lytwynec
2015-11-19 09:59:26 -05:00

View File

@@ -273,8 +273,8 @@ def run_jshint(options):
_prepare_report_dir(jshint_report_dir)
sh(
"jshint {root} --config .jshintrc >> {jshint_report}".format(
root=Env.REPO_ROOT, jshint_report=jshint_report
"jshint . --config .jshintrc >> {jshint_report}".format(
jshint_report=jshint_report
),
ignore_error=True
)