stable
Clone or download
Read-only
part of request #13545: Introduce eslint to the test pipeline This fixes all eslint errors in tracker plugin. How to test: - npm run eslint -- --quiet ./plugins/tracker/www/scripts/ - The previous command should return 0 error. "quiet option" disables warnings, which are not handled by this commit. - No functional change expected Change-Id: I3ae53a23a215d575938f1d37ba68c201fe0223a1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tracker/www/scripts/CopyArtifact.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/ReorderColumns.js | +6 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/SubmissionKeeper.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerAdminFieldWorkflow.js | +8 | −4 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerAdminFields.js | +10 | −5 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerArtifact.js | +8 | −4 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerArtifactEmailActions.js | +3 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerArtifactLink.js | +10 | −10 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerBinds.js | +3 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerCheckUgroupConsistency.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerCollapseFieldset.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerCreate.js | +7 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerDateReminderForms.js | +3 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerEmailCopyPaste.js | +3 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerFormElementFieldPermissions.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerReports.js | +36 | −29 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerReportsSaveAsModal.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerRichTextEditor.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerTemplateSelector.js | +5 | −3 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerTextboxLists.js | +3 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/TrackerTriggers.js | +4 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/admin-nature.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/field-dependencies-service.js | +26 | −9 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/model/field-values-service.js | +23 | −6 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/model/field-values-service.spec.js | +21 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/model/tracker-transformer-service.js | +50 | −31 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/rest/rest-service.js | +21 | −2 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-fields/open-list-field/users-open-list-field-controller.spec.js | +21 | −4 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/tuleap-artifact-modal-service.js | +5 | −5 | Go to diff View file |
M | plugins/tracker/www/scripts/angular-artifact-modal/src/validate-service.js | +1 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/artifactChildren.js | +6 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/load-artifactChildren.js | +4 | −1 | Go to diff View file |
M | plugins/tracker/www/scripts/modal-in-place.js | +6 | −10 | Go to diff View file |
M | plugins/tracker/www/scripts/tracker-admin-notifications-popover.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/tracker-admin-notifications.js | +2 | −0 | Go to diff View file |
M | plugins/tracker/www/scripts/tracker-report-nature-column.js | +4 | −2 | Go to diff View file |