1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
#../nsiqcppstyle/nsiqcppstyle . > coding_style.log
~ RULE_10_1_A_do_not_use_bufferoverflow_risky_function_for_unix
~ RULE_10_1_B_do_not_use_bufferoverflow_risky_function_for_windows
~ RULE_3_1_A_do_not_start_filename_with_underbar
~ RULE_3_2_B_do_not_use_same_filename_more_than_once
~ RULE_3_2_CD_do_not_use_special_characters_in_filename
# RULE_3_2_F_use_representitive_classname_for_cpp_filename
~ RULE_3_2_H_do_not_use_underbars_for_cpp_filename
# RULE_3_2_H_do_not_use_uppercase_for_c_filename
# RULE_3_3_A_start_function_name_with_is_or_has_when_return_bool
~ RULE_3_3_A_start_function_name_with_lowercase_unix
# RULE_3_3_A_start_function_name_with_upperrcase_windows
# RULE_3_3_B_start_private_function_name_with_underbar
# RULE_4_1_A_A_use_tab_for_indentation
~ RULE_4_1_A_B_use_space_for_indentation
~ RULE_4_1_B_indent_each_enum_item_in_enum_block
~ RULE_4_1_B_locate_each_enum_item_in_seperate_line
~ RULE_4_1_C_align_long_function_parameter_list
# RULE_4_1_E_align_conditions
~ RULE_4_2_A_A_space_around_operator
~ RULE_4_2_A_B_space_around_word
~ RULE_4_4_A_do_not_write_over_120_columns_per_line
# RULE_4_5_A_brace_for_namespace_should_be_located_in_seperate_line
# RULE_4_5_A_braces_for_function_definition_should_be_located_in_seperate_line
# RULE_4_5_A_braces_for_type_definition_should_be_located_in_seperate_line
~ RULE_4_5_A_braces_inside_of_function_should_be_located_in_end_of_line
# RULE_4_5_A_indent_blocks_inside_of_function
# RULE_4_5_A_matching_braces_inside_of_function_should_be_located_same_column
~ RULE_4_5_B_use_braces_even_for_one_statement
# RULE_5_2_C_provide_doxygen_class_comment_on_class_def
# RULE_5_2_C_provide_doxygen_namespace_comment_on_namespace_def
# RULE_5_2_C_provide_doxygen_struct_comment_on_struct_def
# RULE_5_3_A_provide_doxygen_function_comment_on_function_in_header
# RULE_5_3_A_provide_doxygen_function_comment_on_function_in_impl
~ RULE_6_1_A_do_not_omit_function_parameter_names
# RULE_6_1_E_do_not_use_more_than_5_paramters_in_function
# RULE_6_1_G_write_less_than_200_lines_for_function
# RULE_6_2_A_do_not_use_system_dependent_type
~ RULE_6_4_B_initialize_first_item_of_enum
~ RULE_6_5_B_do_not_use_lowercase_for_macro_constants
# RULE_6_5_B_do_not_use_macro_for_constants
~ RULE_7_1_B_A_do_not_use_double_assignment
# RULE_7_1_C_do_not_use_question_keyword
~ RULE_7_2_B_do_not_use_goto_statement
# RULE_8_1_A_provide_file_info_comment
~ RULE_9_1_A_do_not_use_hardcorded_include_path
~ RULE_9_2_D_use_reentrant_function
# RULE_A_3_avoid_too_deep_blocks
- config.h
- src/generate_code_ada.cpp
- src/generate_code_as3.cpp
- src/generate_code_c.cpp
- src/generate_code_csharp.cpp
- src/generate_code_idl.cpp
- src/generate_code_java.cpp
- src/generate_code_php.cpp
- src/generate_code_php_five.cpp
- src/generate_code_python.cpp
- src/generate_code_ruby.cpp
- src/generate_code_shp.cpp
- src/generate_code_sql.cpp
|