sonarqubejava/.groovylintrc.json

8 lines
117 B
JSON
Raw Normal View History

2021-10-26 22:12:23 -07:00
{
"extends": "recommended",
"rules": {
"LineLength": {
"enabled": false
}
}
}