Skip to content

Commit f6b404c

Browse files
Update method-return-bool.md
1 parent 34a4ccf commit f6b404c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/checks/method-return-bool.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# code pal for ABAP
2-
31
[code pal for ABAP](../../README.md) > [Documentation](../check_documentation.md) > [Method Return Bool Check](method-return-bool.md)
42

53
## Method Name Misleading for Boolean Return Check
@@ -31,17 +29,13 @@ or if the name contains one of the following words:
3129
* `equal`
3230
* `contain`
3331

34-
### Which attributes can be maintained?
35-
36-
![Attributes](./imgs/method_name_returning_boolean.png)
37-
3832
### How to solve the issue?
3933

4034
Rename the method and start with is, has, are, have or contains.
4135

4236
### What to do in case of exception?
4337

44-
You can suppress Code Inspector findings generated by this check using the pseudo comment `"#EC METH_RET_BOOL`.
38+
In exceptional cases, you can suppress this finding by using the pseudo comment `"#EC METH_RET_BOOL`:
4539

4640
```abap
4741
METHODS calc

0 commit comments

Comments
 (0)