]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commitdiff
CI: More pre-commit hooks along with fixes
authorBernhard Kaindl <bernhard.kaindl@cloud.com>
Fri, 5 Jan 2024 11:00:00 +0000 (12:00 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 8 Jan 2024 11:24:56 +0000 (11:24 +0000)
Fix executable permissions, and remove trailing whitespace.

Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
.pre-commit-config.yaml
arch/x86/include/arch/msr-index.h
build/mkcfg.py [changed mode: 0644->0755]
build/mkinfo.py [changed mode: 0644->0755]
include/xen/sysctl.h [changed mode: 0755->0644]

index 6bf5c9631f81893a7cfd492395e4cb7299c1f42c..81a712109d5d908fd83c177045cc15c92b596539 100644 (file)
@@ -14,11 +14,14 @@ repos:
     -   id: check-builtin-literals
     -   id: check-case-conflict
     -   id: check-docstring-first
+    -   id: check-executables-have-shebangs
     -   id: check-merge-conflict
+    -   id: check-shebang-scripts-are-executable
     -   id: check-symlinks
     -   id: check-yaml
     -   id: debug-statements
     -   id: destroyed-symlinks
+    -   id: end-of-file-fixer
     -   id: fix-byte-order-marker
     -   id: fix-encoding-pragma
     -   id: mixed-line-ending
index be7ba0d5d527e36c5fc6964fa697812d6fbf5116..0495c3f4c2aecd8a4cf270191439c9b11e5f8f57 100644 (file)
@@ -81,4 +81,3 @@
  * indent-tabs-mode: nil
  * End:
  */
-
old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
old mode 100755 (executable)
new mode 100644 (file)