abapOpenChecks
abapOpenChecks copied to clipboard
Open source checks for SAP Code Inspector / ABAP Test Cockpit
AOC Shadowed variables detect no shadowing inside a method
The check suggests you to chain consecutive declarations, which goes against SAP style guidelines. https://github.com/SAP/styleguides/blob/master/clean-abap/CleanABAP.md#do-not-chain-up-front-declarations
When I activate a Function Module after, execute Pretty Painter, code changes and all Function Module interface to uppercase: Before:  After:  I don't know if this is a...
In some cases it is necessary to use MESSAGE in a global class in order to write to the job log for a program which is run as a background...
Checking the syntax of the given code in the testclasses. example is in my PR #886 - in my testclass for check 98 I used invalid syntax. A check can...
``` abap CASE sy-subrc. WHEN 0. WHEN OTHERS. WRITE: / 'hello world'. ENDCASE. ```
I worked a little bit on the topic unit test with code coverage and would implement this in a test. How do you see the topic?
https://github.com/markdownlint/markdownlint