Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
 utils/check_patch.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/utils/check_patch.py b/utils/check_patch.py
index 2855103..4095e7d 100755
--- a/utils/check_patch.py
+++ b/utils/check_patch.py
@@ -362,9 +362,9 @@ class FileChecker(object):
 
         self.corrective_actions = []
 
-        self.indent_exceptions = ['cli/job_unittest.py']
+        self.indent_exceptions = ['cli/job_unittest.py', 'Makefile']
         self.check_exceptions = ['client/tests/virt/kvm/tests/stepmaker.py',
-                                 'utils/run_pylint.py']
+                                 'utils/run_pylint.py', 'Makefile']
 
         if self.is_python:
             logging.debug("Checking file %s",
-- 
1.8.1.4

_______________________________________________
Autotest-kernel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/autotest-kernel

Reply via email to