SAP / abap-file-formats-tools

Tools for the development of ABAP file formats
MIT License
25 stars 6 forks source link

Check z_generate_repo by abaplint #282

Closed albertmink closed 1 year ago

albertmink commented 1 year ago

This PR makes report z_generate_repo fit to pass abapLint checks 💪

The value help will no longer be alphabetically sorted, see

Screenshot 2023-10-09 at 13 48 30

After #281 as there is a new keyword STEP

albertmink commented 1 year ago

For now ignoring local classes ltc_generator_double and ltc_generator as they are non-productive coding.

larshp commented 1 year ago

https://rules.abaplint.org/indentation/

try setting "selectionScreenBlockIndentation": true,

larshp commented 1 year ago
"indentation": {
  "selectionScreenBlockIndentation": true
},
larshp commented 1 year ago

db_operation_in_loop: for now, just exclude the program in the rule setting