From 4b5017d5514dc76ca698f1670c7bb92e4b1ee5c4 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sun, 23 Jun 2019 18:58:07 +0300 Subject: [PATCH] fix eslint errors after merge --- src/testRunner/externalCompileRunner.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testRunner/externalCompileRunner.ts b/src/testRunner/externalCompileRunner.ts index a0aaea45af4..e9237d95186 100644 --- a/src/testRunner/externalCompileRunner.ts +++ b/src/testRunner/externalCompileRunner.ts @@ -115,7 +115,7 @@ class DockerfileRunner extends ExternalCompileRunnerBase { // Read in and evaluate the test list const testList = this.tests && this.tests.length ? this.tests : this.enumerateTestFiles(); - // tslint:disable-next-line:no-this-assignment + // eslint-disable-next-line @typescript-eslint/no-this-alias const cls = this; describe(`${this.kind()} code samples`, function(this: Mocha.ISuiteCallbackContext) { this.timeout(cls.timeout); // 20 minutes