Skip to content
Snippets Groups Projects
Commit 5d55a995 authored by Yannik Stradmann's avatar Yannik Stradmann
Browse files

Pylint: Disable 'duplicate-code' warning

Pylint's 'duplicate-code' warning cannot be disabled on a
per-snippet/file basis and therefore needs to be disabled globally to
cope with valid usages of multiple similar lines.

Upstream issue: https://github.com/PyCQA/pylint/issues/214

Change-Id: I0693406c0a48fb7029b6ca18cc01852839a48cbc
parent be6615c2
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,8 @@ disable= ...@@ -72,7 +72,8 @@ disable=
too-many-ancestors, too-many-ancestors,
no-init, no-init,
locally-disabled, locally-disabled,
fixme fixme,
duplicate-code
[REPORTS] [REPORTS]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment