ignore COMMIT_MSG in negative regex match, fix sonar trigger

Change-Id: I78311892c13aee4dfc61685b6ad6cbc974371a49
diff --git a/jjb/sonar.yaml b/jjb/sonar.yaml
index e99d779..72bbb62 100644
--- a/jjb/sonar.yaml
+++ b/jjb/sonar.yaml
@@ -49,7 +49,7 @@
           project-regexp: '^{project}$'
           branch-regexp: '{branch-regexp}'
           dependency-jobs: '{dependency-jobs}'
-          file-include-regexp: '{code-files-regexp}'
+          file-include-regexp: '{all-files-regexp}'
 
     properties:
       - cord-infra-properties:
@@ -93,7 +93,7 @@
           project-regexp: '^{project}$'
           branch-regexp: '{branch-regexp}'
           dependency-jobs: '{dependency-jobs}'
-          file-include-regexp: '{all-files-regexp}'
+          file-include-regexp: '{code-files-regexp}'
 
     properties:
       - cord-infra-properties: