Skip to content

Instantly share code, notes, and snippets.

View nvuillam's full-sized avatar
🕰️
Open to public talks about MegaLinter or any open-source project :)

Nicolas Vuillamy nvuillam

🕰️
Open to public talks about MegaLinter or any open-source project :)
View GitHub Profile
@wesley-dean
wesley-dean / .groovylintrc.json
Created November 8, 2021 17:40
Mega-Linter on Jenkins
{
"extends": "recommended",
"rules": {
"convention.CompileStatic": "off",
"convention.NoDef": "off",
"convention.VariableTypeRequired": "off",
"convention.MethodReturnTypeRequired": "off",
"groovyism.ExplicitCallToEqualsMethod": "off",
"groovyism.GStringExpressionWithinString": "off",
"naming.VariableName": "off",