diff --git a/scripts/check_format.sh b/scripts/check_format.sh index f2cf75273..3e624a1d5 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