The documentation would say that that default value for most parameters is -1.
But since the parameter used in clang-tidy is an unsigned the value would get implicitly converted to 4294967295.
If a user tried to use -1 to disable this check he would receive an error saying that
the parameter is invalid.