You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
6
7
7
This tool provides a set of checks to help adhering to the [Clean ABAP style guide](https://github.com/SAP/styleguides/blob/main/clean-abap/CleanABAP.md). While not all recommendations from the guide can be checked by static code analysis and in certain situations strict adherence to the guide might not be recommended, this provides robust automated support at least for a subset of recommendations.
8
8
9
-
❣️ It's **free** and **open-source**.
9
+
It's **free** and **open-source**.
10
+
11
+
This is the legacy version supporting local checks on check systems starting with SAP_BASIS release 7.40. For the remote-enabled version for ABAP Cloud, see the [Cloud Edition](https://github.com/SAP/code-pal-for-abap-cloud).
10
12
11
13
## Features
12
14
@@ -22,7 +24,7 @@ This tool provides a set of checks to help adhering to the [Clean ABAP style gui
22
24
- Validity period;
23
25
- Allow / Deny exemption.
24
26
25
-
⚠️ Severities set to `Notification` / `Priority 3` by default ([#368](https://github.com/SAP/code-pal-for-abap/issues/368)).
27
+
Severities set to `Notification` / `Priority 3` by default ([#368](https://github.com/SAP/code-pal-for-abap/issues/368)).
26
28
27
29
## Set of Checks
28
30
@@ -31,7 +33,6 @@ This tool provides a set of checks to help adhering to the [Clean ABAP style gui
31
33
## Dependencies
32
34
- Since Version 1.00 - SAP NetWeaver **7.40 SP8** or higher
0 commit comments