From 076efcde4c9abf81046f8230c8c42c51f7d75444 Mon Sep 17 00:00:00 2001 From: Jim Nicholson Date: Wed, 7 Feb 2024 18:19:26 -0800 Subject: [PATCH] Save lint options --- .groovylintrc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.groovylintrc.json b/.groovylintrc.json index e30e5f6..f5b873d 100644 --- a/.groovylintrc.json +++ b/.groovylintrc.json @@ -1,6 +1,9 @@ { "extends": "recommended", "rules": { + "DuplicateStringLiteral": { + "enabled": false + }, "Indentation": { "enabled": false }