From ba4e74efffe8703223c396da5c21418a03640542 Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Thu, 13 Sep 2018 21:03:12 +0200 Subject: [PATCH] Disable tslint no-duplicate-string In tests it is not really useful. --- ui/tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/tslint.json b/ui/tslint.json index 74d2f7a..5d64193 100644 --- a/ui/tslint.json +++ b/ui/tslint.json @@ -56,7 +56,7 @@ "cognitive-complexity": true, "mccabe-complexity": true, - "no-duplicate-string": true, + "no-duplicate-string": false, "no-nested-incdec": false, "no-all-duplicated-branches": true, "consecutive-overloads": true,