Skip to content

Commit

Permalink
Linting rules extended...
Browse files Browse the repository at this point in the history
  • Loading branch information
marchoeppner committed Feb 15, 2024
1 parent ed01d91 commit 79a9215
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .groovylintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"nextflow",
"outdir",
"pipefail",
"pipelinelogo",
"println",
"slurm",
"subworkflow"
Expand Down

0 comments on commit 79a9215

Please sign in to comment.