abapGit/src/background
Marc Bernard b331de6bc7
Naming of class constants (#4945)
* Naming of class constants

This is in preparation of enforcing a naming convention for constants in classes/interfaces. At the end, the following lint rule shall be set:

```json
    "class_attribute_names": {
      "constants": "^C_.+$",
...
    },
```

After this, the only remaining constants not following this rule are in `zcl_abapgit_version`.

* Update zif_abapgit_dot_abapgit.intf.abap

* Update zcl_abapgit_gui_chunk_lib.clas.abap

* Update zcl_abapgit_gui_router.clas.abap

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-09-14 16:47:48 +02:00
..
package.devc.xml align package descripions (#4939) 2021-09-10 10:58:36 -04:00
zcl_abapgit_background_pull.clas.abap Naming of class constants (#4945) 2021-09-14 16:47:48 +02:00
zcl_abapgit_background_pull.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_background_push_au.clas.abap Terminology: Inclusive Language - Part 1 (#4158) 2020-11-10 15:16:41 +01:00
zcl_abapgit_background_push_au.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_background_push_fi.clas.abap remove text pragmas and pseudo comments (#3827) 2020-09-03 09:13:47 +02:00
zcl_abapgit_background_push_fi.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zcl_abapgit_background.clas.abap Background logic to log exception and continue (#4534) 2021-02-20 10:17:43 +01:00
zcl_abapgit_background.clas.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00
zif_abapgit_background.intf.abap replace uses of log with interface 2019-03-17 01:39:52 -07:00
zif_abapgit_background.intf.xml File format update collection (#2605) 2019-03-31 01:17:46 -07:00