We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af234f7 commit 24c98ccCopy full SHA for 24c98cc
src/checks/y_check_pseudo_comment_usage.clas.abap
@@ -32,15 +32,14 @@ CLASS y_check_pseudo_comment_usage IMPLEMENTATION.
32
METHOD constructor.
33
super->constructor( ).
34
35
- has_documentation = abap_false.
36
-
37
settings-disable_on_testcode_selection = abap_true.
38
settings-disable_on_prodcode_selection = abap_true.
39
settings-disable_threshold_selection = abap_true.
40
settings-threshold = 0.
41
settings-apply_on_test_code = abap_true.
42
settings-apply_on_productive_code = abap_true.
43
settings-ignore_pseudo_comments = abap_true.
+ settings-documentation = |{ c_docs_path-checks }pseudo-comment-usage.md|.
44
45
relevant_statement_types = VALUE #( BASE relevant_statement_types
46
( scan_struc_stmnt_type-class_definition )
0 commit comments