Skip to content
Snippets Groups Projects
Commit 8441c49a authored by Christos Stavrakakis's avatar Christos Stavrakakis
Browse files

Remove unknown message from pylintrc

parent 871bd65d
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ load-plugins= ...@@ -34,7 +34,7 @@ load-plugins=
# multiple time. # multiple time.
#disable= #disable=
disable-msg=W0511,R0922,W0201 disable-msg=W0511,R0922,W0201
disable=W0511,R0922,W0201,R0922,R0801,I0011,W1401,C0111 disable=W0511,R0922,W0201,R0922,R0801,I0011,C0111
disable-checker=similarities disable-checker=similarities
[REPORTS] [REPORTS]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment