diff --git a/wlauto/workloads/apklaunch/__init__.py b/wlauto/workloads/apklaunch/__init__.py
index 67d614f0..ce13d197 100644
--- a/wlauto/workloads/apklaunch/__init__.py
+++ b/wlauto/workloads/apklaunch/__init__.py
@@ -12,7 +12,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-
+# pylint: disable=attribute-defined-outside-init
 import os
 
 from time import sleep
diff --git a/wlauto/workloads/applaunch/__init__.py b/wlauto/workloads/applaunch/__init__.py
index 3dec6108..00ac999d 100644
--- a/wlauto/workloads/applaunch/__init__.py
+++ b/wlauto/workloads/applaunch/__init__.py
@@ -125,7 +125,7 @@ class ApplaunchWorkload(Workload):
     def run(self, context):
         self.device.execute('sh {}'.format(self.device_script_file), timeout=300, as_root=self.io_stress)
 
-    def update_result(self, context):
+    def update_result(self, context):  # pylint: disable=too-many-locals
         result_files = ['time.result']
         result_files += ['{}.result'.format(sensor.label) for sensor in self.sensors]
         metric_suffix = ''