Skip to content
Snippets Groups Projects
.pylintrc 526 B
Newer Older
[BASIC]

# Good variable names which should always be accepted, separated by a comma
Jean-Baptiste Bayle's avatar
Jean-Baptiste Bayle committed
good-names=i,j,k,x,y,z,t,t0,fs,dt,tt,sc

[MESSAGE CONTROL]

Jean-Baptiste Bayle's avatar
Jean-Baptiste Bayle committed
disable=too-many-instance-attributes,
  duplicate-code

[FORMAT]

# Maximum number of characters on a single line.
max-line-length=120

[DESIGN]

# Maximum number of locals for function / method body

# Maximum number of arguments for function / method
max-args=10

# Maximum number of public methods
max-public-methods=30

[TYPECHECK]

ignored-modules=lisaconstants