https://github.com/grid-control/grid-control
Raw File
Tip revision: 1f5295cd6114f3f18958be0e0618ff6b35aa16d7 authored by Johannes Lange on 01 October 2021, 14:37:59 UTC
Merge pull request #82 from jolange/rucio-integration-change
Tip revision: 1f5295c
.pylintrc
[FORMAT]
indent-string=\t
max-args=15
max-attributes=15
good-names=fn,dn,vn,fp,_,fi
bad-functions=map,filter,range,next,sorted,reduce,rsplit,set,any

[MESSAGES CONTROL]
disable = bad-continuation,broad-except,cell-var-from-loop,missing-docstring,multiple-imports,unused-argument,no-self-use,too-few-public-methods,redefined-builtin,locally-enabled,locally-disabled,interface-not-implemented,no-classmethod-decorator,no-staticmethod-decorator
back to top