github.com/jenkins-x/test-infra@v0.0.7/pylintrc (about)

     1  [MESSAGES CONTROL]
     2  disable=fixme,locally-disabled,locally-enabled,relative-import,too-few-public-methods,missing-docstring,ungrouped-imports,too-many-lines
     3  
     4  [REPORTS]
     5  reports=no
     6  
     7  [BASIC]
     8  good-names=ls,kw,pr,fp,_,db,n
     9  
    10  [DESIGN]
    11  max-args=12
    12  max-attributes=12
    13  
    14  [SIMILARITIES]
    15  ignore-imports=yes
    16  min-similarity-lines=100