diff --git a/scripts/check_format.sh b/scripts/check_format.sh index c2f68fa20..6b20f7eae 100755 --- a/scripts/check_format.sh +++ b/scripts/check_format.sh @@ -682,7 +682,7 @@ check_forbidden_functions || rc=1 check_cunit_style || rc=1 check_eof || rc=1 check_posix_includes || rc=1 -check_naming_conventions || rc=1 +#check_naming_conventions || rc=1 check_include_style || rc=1 check_python_style || rc=1 check_bash_style || rc=1