jenkins-bot has submitted this change and it was merged. Change subject: [SecurePoll] Replace jslint with jsonlint and jshint ......................................................................
[SecurePoll] Replace jslint with jsonlint and jshint Delete mwext-SecurePoll-jslint, jshint is passing since https://gerrit.wikimedia.org/r/#/c/271481/ Bug: T63626 Change-Id: I1f483fb1b758a62d6af97e19f4accf9c16e30878 --- M jjb/mediawiki-extensions.yaml M zuul/layout.yaml 2 files changed, 2 insertions(+), 4 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml index 4354c8a..700eea5 100644 --- a/jjb/mediawiki-extensions.yaml +++ b/jjb/mediawiki-extensions.yaml @@ -654,7 +654,6 @@ - mwext-SectionDisqus - mwext-SecureHTML - mwext-SecurePasswords - - mwext-SecurePoll - mwext-SecureSessions - mwext-SelectCategory - mwext-SelectTag diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 1034429..f95e5ae 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -784,8 +784,6 @@ voting: false - name: mwext-SVGEdit-jslint # bug 61625 voting: false - - name: mwext-SecurePoll-jslint # bug 61626 - voting: false - name: mwext-SemanticExpressiveness-jslint # bug 61629 voting: false - name: mwext-SemanticImageInput-jslint # bug 61632 @@ -6691,7 +6689,8 @@ - name: mediawiki/extensions/SecurePoll template: - - name: extension-jslint + - name: jsonlint + - name: jshint - name: extension-unittests-generic - name: mediawiki/extensions/SemanticACL -- To view, visit https://gerrit.wikimedia.org/r/271483 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1f483fb1b758a62d6af97e19f4accf9c16e30878 Gerrit-PatchSet: 3 Gerrit-Project: integration/config Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: Paladox <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
