diff --git a/.groovylintrc.json b/.groovylintrc.json index 494c99a..cda2076 100644 --- a/.groovylintrc.json +++ b/.groovylintrc.json @@ -14,6 +14,9 @@ "convention.MethodParameterTypeRequired": "off", "convention.VariableTypeRequired": "off", "exceptions.MissingNewInThrowStatement": "off", - "convention.NoDef": "off" + "convention.NoDef": "off", + "design.ImplementationAsType": "off", + "unnecessary.UnnecessaryPublicModifier": "off", + "unnecessary.DuplicateStringLiteral": "off" } } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 2269f1a..418a281 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,6 +7,7 @@ "nextflow", "outdir", "pipefail", + "pipelinelogo", "println", "slurm", "subworkflow"