File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,12 @@ CLASS y_check_comment_usage IMPLEMENTATION.
33
33
settings-threshold = 10 .
34
34
settings-documentation = | { c_docs_path-checks } comment-usage.md| .
35
35
36
- relevant_statement_types = VALUE #( ( scan_struc_stmnt_type-class_pool )
37
- ( scan_struc_stmnt_type-report )
38
- ( scan_struc_stmnt_type-program )
39
- ( scan_struc_stmnt_type-function_pool )
40
- ( scan_struc_stmnt_type-interface_pool ) ).
36
+ relevant_statement_types = VALUE #( ( scan_struc_stmnt_type-class_definition )
37
+ ( scan_struc_stmnt_type-class_implementation )
38
+ ( scan_struc_stmnt_type-interface )
39
+ ( scan_struc_stmnt_type-form )
40
+ ( scan_struc_stmnt_type-function )
41
+ ( scan_struc_stmnt_type-module ) ).
41
42
42
43
set_check_message( 'Percentage of comments must be lower than &3% of the productive code! (&2%>=&3%) (&1 lines found)' ).
43
44
ENDMETHOD .
You can’t perform that action at this time.
0 commit comments