From: Artem Bityutskiy Date: Tue, 5 Nov 2013 08:13:31 +0000 (+0200) Subject: tests/oldcodebase: disable all pylint warnings X-Git-Tag: v3.1~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e14d1178c2df857d629f5ea85c3bed12b989672a;p=tools%2Fbmap-tools.git tests/oldcodebase: disable all pylint warnings This is old code, and we are not goint to fix any warnings there, and we are not going to modify these files, so let's just silence pylint for these old files. Change-Id: Ic9b1fd648751115400c477a883eebd58425c4658 Signed-off-by: Artem Bityutskiy --- diff --git a/tests/oldcodebase/BmapCopy1_0.py b/tests/oldcodebase/BmapCopy1_0.py index 9722a1f..38e650e 100644 --- a/tests/oldcodebase/BmapCopy1_0.py +++ b/tests/oldcodebase/BmapCopy1_0.py @@ -1,3 +1,5 @@ +# pylint: disable-all + """ This module implements copying of images with bmap and provides the following API. 1. BmapCopy class - implements copying to any kind of file, be that a block diff --git a/tests/oldcodebase/BmapCopy2_0.py b/tests/oldcodebase/BmapCopy2_0.py index 7082287..01eb222 100644 --- a/tests/oldcodebase/BmapCopy2_0.py +++ b/tests/oldcodebase/BmapCopy2_0.py @@ -1,3 +1,5 @@ +# pylint: disable-all + """ This module implements copying of images with bmap and provides the following API. 1. BmapCopy class - implements copying to any kind of file, be that a block diff --git a/tests/oldcodebase/BmapCopy2_1.py b/tests/oldcodebase/BmapCopy2_1.py index 7082287..01eb222 100644 --- a/tests/oldcodebase/BmapCopy2_1.py +++ b/tests/oldcodebase/BmapCopy2_1.py @@ -1,3 +1,5 @@ +# pylint: disable-all + """ This module implements copying of images with bmap and provides the following API. 1. BmapCopy class - implements copying to any kind of file, be that a block diff --git a/tests/oldcodebase/BmapCopy2_2.py b/tests/oldcodebase/BmapCopy2_2.py index 76c28f7..09e5824 100644 --- a/tests/oldcodebase/BmapCopy2_2.py +++ b/tests/oldcodebase/BmapCopy2_2.py @@ -1,3 +1,5 @@ +# pylint: disable-all + """ This module implements copying of images with bmap and provides the following API. 1. BmapCopy class - implements copying to any kind of file, be that a block diff --git a/tests/oldcodebase/BmapCopy2_3.py b/tests/oldcodebase/BmapCopy2_3.py index 889f357..08d7112 100644 --- a/tests/oldcodebase/BmapCopy2_3.py +++ b/tests/oldcodebase/BmapCopy2_3.py @@ -1,3 +1,5 @@ +# pylint: disable-all + """ This module implements copying of images with bmap and provides the following API. 1. BmapCopy class - implements copying to any kind of file, be that a block diff --git a/tests/oldcodebase/BmapCopy2_4.py b/tests/oldcodebase/BmapCopy2_4.py index 889f357..08d7112 100644 --- a/tests/oldcodebase/BmapCopy2_4.py +++ b/tests/oldcodebase/BmapCopy2_4.py @@ -1,3 +1,5 @@ +# pylint: disable-all + """ This module implements copying of images with bmap and provides the following API. 1. BmapCopy class - implements copying to any kind of file, be that a block diff --git a/tests/oldcodebase/BmapCopy2_5.py b/tests/oldcodebase/BmapCopy2_5.py index a025cb5..5db9359 100644 --- a/tests/oldcodebase/BmapCopy2_5.py +++ b/tests/oldcodebase/BmapCopy2_5.py @@ -1,3 +1,5 @@ +# pylint: disable-all + # Copyright (c) 2012-2013 Intel, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/tests/oldcodebase/BmapCopy2_6.py b/tests/oldcodebase/BmapCopy2_6.py index 4a9c8cc..7a9447a 100644 --- a/tests/oldcodebase/BmapCopy2_6.py +++ b/tests/oldcodebase/BmapCopy2_6.py @@ -1,3 +1,5 @@ +# pylint: disable-all + # Copyright (c) 2012-2013 Intel, Inc. # # This program is free software; you can redistribute it and/or modify diff --git a/tests/oldcodebase/BmapCopy3_0.py b/tests/oldcodebase/BmapCopy3_0.py index fe8897c..a6cc907 100644 --- a/tests/oldcodebase/BmapCopy3_0.py +++ b/tests/oldcodebase/BmapCopy3_0.py @@ -1,3 +1,5 @@ +# pylint: disable-all + # Copyright (c) 2012-2013 Intel, Inc. # # This program is free software; you can redistribute it and/or modify