From: Antoine Musso Date: Mon, 25 Mar 2013 09:24:04 +0000 (+0100) Subject: JSHint: Ignore docs/html and docs/js X-Git-Tag: 1.31.0-rc.0~20219^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=702e9719b63e33830c3912306d7ed40f3c9410f1;p=lhc%2Fweb%2Fwiklou.git JSHint: Ignore docs/html and docs/js The MediaWiki doxygen documentation is generated by default under /docs/html and includes some JavaScript files. Since we do not maintain that output, simply ask JSHint to kindly ignore them. Same for the static site generated by JSDuck. Change-Id: Ief4661128992b65aa85dfaa6f48d31745fe6ff19 --- diff --git a/.jshintignore b/.jshintignore index 3869deb913..30b6ee1056 100644 --- a/.jshintignore +++ b/.jshintignore @@ -1,3 +1,7 @@ +# Generated documentation +docs/html/ +docs/js/ + # third-party libs extensions/ node_modules/