summaryrefslogtreecommitdiff
path: root/src/filefilter.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-01-02 01:48:38 +0200
committerAndrei Karas <akaras@inbox.ru>2011-01-02 02:41:24 +0200
commit3eeae12c498d1a4dbe969462d2ba841f77ee3ccb (patch)
treeff8eab35e732bc0749fc11677c8873a7b3a58704 /src/filefilter.txt
downloadplus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.gz
plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.bz2
plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.tar.xz
plus-3eeae12c498d1a4dbe969462d2ba841f77ee3ccb.zip
Initial commit.
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.
Diffstat (limited to 'src/filefilter.txt')
-rw-r--r--src/filefilter.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/filefilter.txt b/src/filefilter.txt
new file mode 100644
index 000000000..87431bf29
--- /dev/null
+++ b/src/filefilter.txt
@@ -0,0 +1,26 @@
+~ 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_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
+~ 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_80_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_indent_blocks_inside_of_function
+~ RULE_4_5_A_matching_braces_inside_of_function_should_be_located_same_column
+~ RULE_6_1_A_do_not_omit_function_parameter_names
+~ RULE_6_4_B_initialize_first_item_of_enum
+~ RULE_6_5_B_do_not_use_lowercase_for_macro_constants
+~ RULE_7_1_B_A_do_not_use_double_assignment
+~ 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