mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
1.99.1 (#3832)
* v1.99.1 * 1.99.1 * linter, enable rule line_break_style
This commit is contained in:
parent
9c41a2b7d8
commit
428575fb58
|
@ -72,6 +72,7 @@
|
|||
"globalMacros": []
|
||||
},
|
||||
"rules": {
|
||||
"line_break_style": true,
|
||||
"forbidden_pseudo_and_pragma": {
|
||||
"ignoreGlobalClassDefinition": true,
|
||||
"ignoreGlobalInterface": true,
|
||||
|
|
|
@ -8,6 +8,15 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2020-09-03 v1.99.1
|
||||
------------------
|
||||
! exception class updated, might require update via ZABAPGIT_STANDALONE
|
||||
! restart abapGit in case of self update
|
||||
* OTGR enable parentes again
|
||||
* fix filename encoding of < and >
|
||||
* class parsing, show line number causing error
|
||||
* refactoring
|
||||
|
||||
2020-08-27 v1.99.0
|
||||
------------------
|
||||
+ New functionality for switching between PRs for github
|
||||
|
|
|
@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
|
|||
PUBLIC .
|
||||
|
||||
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.99.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.99.1' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user