Fix paths for diff quality jshint comparison

This commit is contained in:
Christine Lytwynec
2015-11-18 15:04:54 -05:00
parent 9aa1f2b73f
commit 01d8a9bcad

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
)