Hashar has submitted this change and it was merged. Change subject: Grunt: Add basic build file for linting with jshint. ......................................................................
Grunt: Add basic build file for linting with jshint. To run: $ cd repo-workspace-dir (such as mediawiki/core) $ grunt --gruntfile /path/to/integration-jenkins/jobs/_shared/gruntfile.js --cwd $PWD Or (if grunt is not installed globally): $ node /path/to/grunt-cli/bin/grunt --gruntfile /path/to/integration-jenkins/jobs/_shared/gruntfile.js --cwd $PWD Change-Id: Icd515cc5e6aecb97cf11ed2185359889fad3c0a3 --- M .gitmodules A jobs/_shared/gruntfile.js A tools/grunt-contrib-wikimedia 3 files changed, 20 insertions(+), 0 deletions(-) Approvals: Hashar: Verified; Looks good to me, approved -- To view, visit https://gerrit.wikimedia.org/r/34112 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Icd515cc5e6aecb97cf11ed2185359889fad3c0a3 Gerrit-PatchSet: 3 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
