diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-12 03:47:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-12 03:47:28 +0300 |
commit | 2d45a2ca5480ae0fdc03a807787f622444830d44 (patch) | |
tree | 793888bce9be79487e7be1b91ccb74738bf25c24 /src/filefilter.txt | |
parent | 383b667c30665377ee5bd5c1167530eb44ce4571 (diff) | |
download | plus-2d45a2ca5480ae0fdc03a807787f622444830d44.tar.gz plus-2d45a2ca5480ae0fdc03a807787f622444830d44.tar.bz2 plus-2d45a2ca5480ae0fdc03a807787f622444830d44.tar.xz plus-2d45a2ca5480ae0fdc03a807787f622444830d44.zip |
Rename file names log and chatlog to correct logger and chatlogger.
Diffstat (limited to 'src/filefilter.txt')
-rw-r--r-- | src/filefilter.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/filefilter.txt b/src/filefilter.txt index b2b1e7d0c..0dde8e90c 100644 --- a/src/filefilter.txt +++ b/src/filefilter.txt @@ -1,5 +1,6 @@ ~ RULE_3_1_A_do_not_start_filename_with_underbar ~ 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_uppercase_for_c_filename ~ RULE_3_3_A_start_function_name_with_lowercase_unix ~ RULE_4_1_A_B_use_space_for_indentation @@ -23,3 +24,4 @@ ~ 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 + |