[DO-110] fixed Gitea Action workflow file (#22)

- Создан конфиг для Groovy линтера и workflow для Gitea action чтобы запускать этот линтер.

Reviewed-on: https://git.avroid.tech/DevOps/jenkins-shared-lib/pulls/22
This commit is contained in:
Yaroslav Bondarenko
2024-04-26 11:06:52 +03:00
parent cd2cdaae61
commit 00ee6c88c3
2 changed files with 11 additions and 5 deletions

View File

@@ -9,7 +9,6 @@
"ignoreVariableNames": "_"
},
"naming.FactoryMethodName": "off",
"naming.PropertyName": "off",
"unnecessary.UnnecessaryGetter": "off",
"size.NestedBlockDepth": {
"maxNestedBlockDepth": 10