mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
Set no_aliases rule (#6258)
This commit is contained in:
parent
ad8ac032a1
commit
1a3dff7ce6
|
@ -68,7 +68,13 @@
|
||||||
"align_parameters": false,
|
"align_parameters": false,
|
||||||
"cds_parser_error": true,
|
"cds_parser_error": true,
|
||||||
"constant_classes": true,
|
"constant_classes": true,
|
||||||
"no_aliases": false,
|
"no_aliases": {
|
||||||
|
"exclude": [
|
||||||
|
"/json/",
|
||||||
|
"zcl_abapgit_repo.clas.abap",
|
||||||
|
"zcl_abapgit_repo_online.clas.abap"
|
||||||
|
]
|
||||||
|
},
|
||||||
"nrob_consistency": true,
|
"nrob_consistency": true,
|
||||||
"omit_preceding_zeros": true,
|
"omit_preceding_zeros": true,
|
||||||
"prefer_corresponding": true,
|
"prefer_corresponding": true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user