tests/oldcodebase: disable all pylint warnings
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 5 Nov 2013 08:13:31 +0000 (10:13 +0200)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 5 Nov 2013 08:13:31 +0000 (10:13 +0200)
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 <artem.bityutskiy@intel.com>
tests/oldcodebase/BmapCopy1_0.py
tests/oldcodebase/BmapCopy2_0.py
tests/oldcodebase/BmapCopy2_1.py
tests/oldcodebase/BmapCopy2_2.py
tests/oldcodebase/BmapCopy2_3.py
tests/oldcodebase/BmapCopy2_4.py
tests/oldcodebase/BmapCopy2_5.py
tests/oldcodebase/BmapCopy2_6.py
tests/oldcodebase/BmapCopy3_0.py

index 9722a1f407a02b432200094bf6fb055276cd989b..38e650ef3ab14220974af637afd846fc9610c32e 100644 (file)
@@ -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
index 7082287598dc2cf9fd990a1b5c2b3dc649e4d0a6..01eb222bb9aa0458278411e3107d2b5451b58f29 100644 (file)
@@ -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
index 7082287598dc2cf9fd990a1b5c2b3dc649e4d0a6..01eb222bb9aa0458278411e3107d2b5451b58f29 100644 (file)
@@ -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
index 76c28f7a0f634e45ccd5c6d517170dbf89344f8f..09e5824f08ed7e8a9bf5f5b93942fb44d54e5e70 100644 (file)
@@ -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
index 889f357f970f168234e505d5a48b9673713af4d8..08d7112b1e46363472c749bdece5585f48cf8aeb 100644 (file)
@@ -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
index 889f357f970f168234e505d5a48b9673713af4d8..08d7112b1e46363472c749bdece5585f48cf8aeb 100644 (file)
@@ -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
index a025cb5b973cc2f41f41b3d1dca01cb70e1b26d3..5db93596967eb71d59d19ce908c72db1d720a178 100644 (file)
@@ -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
index 4a9c8ccf8b8b7ac25f446e317f83220d53450242..7a9447a4a3270b54eb542f5e1acdfcfba73ecc7d 100644 (file)
@@ -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
index fe8897c552e4a60318baf66312b4abe3470a6e45..a6cc907810200b1b3088c1914fde7acdc4f1ffbc 100644 (file)
@@ -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