| commit | 285ab62ddcc4e1c06fe73d9a318f9db5587a83c3 | [log] [tgz] |
|---|---|---|
| author | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Nov 22 13:50:45 2023 +0400 |
| committer | Giorgi Lekveishvili <lekva@gl-mbp-m1-max.local> | Wed Nov 22 13:50:45 2023 +0400 |
| tree | 20092705204de76be09285c11b15b8c0a380dbd4 | |
| parent | 743fb432c977f4b7a98d37407cccdbe8605dd9cf [diff] [blame] |
update charts
diff --git a/charts/k8s-gerrit/.pylintrc b/charts/k8s-gerrit/.pylintrc new file mode 100644 index 0000000..2e74428 --- /dev/null +++ b/charts/k8s-gerrit/.pylintrc
@@ -0,0 +1,15 @@ +[MESSAGES CONTROL] +disable=C0111, W0621, R0201, R0913, R0903, W0511, C0330 + +[BASIC] +no-docstring-rgx=(test_.*)|(__.*__) + +[FORMAT] +indent-string=' ' +good-names=i,f + +[SIMILARITIES] +min-similarity-lines=6 + +[MASTER] +init-hook='import sys; sys.path.append("./tests/helpers")'