Disable chcecking for global initialisers

This is specific to the kernel and does not apply to us
This commit is contained in:
ISSOtm
2019-11-18 12:45:38 +01:00
parent faa7893761
commit 58556f91f7

View File

@@ -43,6 +43,9 @@
# Do not check the format of commit messages # Do not check the format of commit messages
--ignore GIT_COMMIT_ID --ignore GIT_COMMIT_ID
# Do not check for global initializers (this is specific to the kernel)
--ignore GLOBAL_INITIALISERS
# We don't have a MAINTAINERS file, don't complain about it. # We don't have a MAINTAINERS file, don't complain about it.
--ignore FILE_PATH_CHANGES --ignore FILE_PATH_CHANGES