Add support for jshint reports.
Integrated style-checker for javascript source code. refs #4098
This commit is contained in:
parent
3544af245f
commit
5118432b82
|
@ -0,0 +1 @@
|
|||
../../library/vendor/**
|
|
@ -0,0 +1,6 @@
|
|||
/* See http://www.jshint.com/docs/#usage on how to use this file */
|
||||
|
||||
{
|
||||
|
||||
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
jshint --reporter=jslint "$@" ../.. > ../../build/log/jshint_results.xml
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue