Commit f72a236b authored by Michal Čihař's avatar Michal Čihař

I wanted to change number of public methods for tests to fit into this

parent 3634f274
...@@ -40,7 +40,7 @@ include-ids=yes ...@@ -40,7 +40,7 @@ include-ids=yes
[FORMAT] [FORMAT]
# Maximum number of characters on a single line. # Maximum number of characters on a single line.
max-line-length=81 max-line-length=80
# Maximum number of lines in a module # Maximum number of lines in a module
max-module-lines=1000 max-module-lines=1000
...@@ -161,4 +161,4 @@ max-attributes=25 ...@@ -161,4 +161,4 @@ max-attributes=25
min-public-methods=0 min-public-methods=0
# Maximum number of public methods for a class (see R0904). # Maximum number of public methods for a class (see R0904).
max-public-methods=80 max-public-methods=85
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment