Skip to content

Commit bc9c84c

Browse files
committed
Updating multiqc to use local config file
1 parent 237ee19 commit bc9c84c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.groovylintrc.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
"convention.NoDef": "off",
1818
"design.ImplementationAsType": "off",
1919
"unnecessary.UnnecessaryPublicModifier": "off",
20-
"unnecessary.DuplicateStringLiteral": "off"
20+
"unnecessary.DuplicateStringLiteral": "off",
21+
"formatting.LineLength": "off",
22+
"convention.ImplicitClosureParameter": "off"
2123
}
22-
}
24+
}

0 commit comments

Comments
 (0)