Commit 9debf857 authored by Piotr Batko's avatar Piotr Batko
Browse files

Disable pylint check for too many local variables

Reasons:
1) There is already check for maximum number of statements in function. So
   short functions are enforced by different check.
2) It might lead to bad practices. When developer have code with many well named
   variables and see this message, might remove variables and use its values
   directly. Then we will lose documentation included in variable names.
parent 4c8ce706
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment