stable
Clone or download
Read-only
part of request #13545: Introduce eslint to the test pipeline How to test: - npm run eslint -- --quiet ./ - The previous command should return 0 error. "quiet option" disables warnings, which are not handled by this commit. - No functional change expected Change-Id: I6b562cdcd2bdf84727cf704bbe060678c2f55d94
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/cardwall/site-content/en_US/script_locale.js | +3 | −0 | Go to diff View file |
M | plugins/cardwall/site-content/fr_FR/script_locale.js | +2 | −0 | Go to diff View file |
M | plugins/cardwall/www/js/CardsEditInPlace.js | +2 | −1 | Go to diff View file |
M | plugins/cardwall/www/js/ajaxInPlaceEditorExtensions.js | +2 | −0 | Go to diff View file |
M | plugins/cardwall/www/js/cardwall.js | +16 | −2 | Go to diff View file |
M | plugins/cardwall/www/js/custom-mapping.js | +2 | −0 | Go to diff View file |
M | plugins/cardwall/www/js/fullscreen.js | +5 | −4 | Go to diff View file |
M | plugins/cardwall/www/js/script.js | +19 | −8 | Go to diff View file |
M | plugins/create_test_env/scripts/call-me-back-admin.js | +2 | −0 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/CrossTrackerWidget.spec.js | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/components/ExportCSVButton.spec.js | +1 | −1 | Go to diff View file |
M | plugins/crosstracker/scripts/cross-tracker/src/writing-mode/TrackerSelection.spec.js | +1 | −1 | Go to diff View file |
M | plugins/docman/www/scripts/ApprovalTableReminder.js | +2 | −0 | Go to diff View file |
M | plugins/docman/www/scripts/docman.js | +105 | −73 | Go to diff View file |
M | plugins/docman/www/scripts/embedded_file.js | +3 | −0 | Go to diff View file |
M | plugins/docman/www/scripts/folder.js | +69 | −38 | Go to diff View file |
M | plugins/docman/www/scripts/notifications.js | +2 | −0 | Go to diff View file |
M | plugins/forumml/www/scripts/forumml.js | +2 | −0 | Go to diff View file |
M | plugins/git/www/scripts/admin-gitolite.js | +1 | −0 | Go to diff View file |
M | plugins/git/www/scripts/admin-notifications.js | +2 | −0 | Go to diff View file |
M | plugins/git/www/scripts/git.js | +21 | −1 | Go to diff View file |
M | plugins/git/www/scripts/mass-update.js | +0 | −19 | Go to diff View file |
M | plugins/git/www/scripts/modal-add-gerrit-server.js | +3 | −0 | Go to diff View file |
M | plugins/git/www/scripts/modal-add-mirror.js | +3 | −0 | Go to diff View file |
M | plugins/git/www/scripts/modal-delete-gerrit-server.js | +2 | −0 | Go to diff View file |
M | plugins/git/www/scripts/modal-edit-gerrit-server.js | +2 | −0 | Go to diff View file |
M | plugins/git/www/scripts/modal-mirror-configuration.js | +4 | −4 | Go to diff View file |
M | plugins/git/www/scripts/permissions.js | +22 | −20 | Go to diff View file |
M | plugins/git/www/scripts/webhooks.js | +2 | −0 | Go to diff View file |
M | plugins/git/www/scripts/webpack.config.js | +2 | −1 | Go to diff View file |
M | plugins/graphontrackersv5/www/dependencies.js | +32 | −20 | Go to diff View file |
M | plugins/hudson/www/js/hudson_tab.js | +3 | −1 | Go to diff View file |
M | plugins/hudson_svn/www/scripts/form.js | +2 | −2 | Go to diff View file |
M | plugins/label/www/scripts/configure-widget/labels-box.js | +2 | −2 | Go to diff View file |
M | plugins/ldap/www/scripts/project-admin/project-admin-members.js | +1 | −1 | Go to diff View file |
M | plugins/openidconnectclient/www/scripts/open-id-connect-client.js | +2 | −0 | Go to diff View file |
M | plugins/pluginsadministration/www/scripts/pluginsadministration.js | +2 | −0 | Go to diff View file |
M | plugins/statistics/www/js/admin.js | +5 | −1 | Go to diff View file |
M | plugins/svn/site-content/en_US/script_locale.js | +2 | −0 | Go to diff View file |
M | plugins/svn/site-content/fr_FR/script_locale.js | +2 | −0 | Go to diff View file |
M | plugins/svn/www/scripts/svn-admin-notifications-popover.js | +2 | −0 | Go to diff View file |
M | plugins/svn/www/scripts/svn-admin-notifications.js | +2 | −0 | Go to diff View file |
M | plugins/svn/www/scripts/svn.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/grammar/generate_parser.js | +2 | −0 | Go to diff View file |
M | plugins/tracker_encryption/www/scripts/update_tracker_key_modal.js | +2 | −0 | Go to diff View file |
M | plugins/userlog/www/scripts/user-logging-date-picker.js | +3 | −0 | Go to diff View file |
M | src/www/admin/usergroup.js | +8 | −4 | Go to diff View file |
M | src/www/file/scripts/frs.js | +52 | −14 | Go to diff View file |
M | src/www/soap/wsdl-viewer.js | +4 | −17 | Go to diff View file |
M | src/www/themes/common/tlp/doc/js/polyfills.js | +1 | −0 | Go to diff View file |