SAP / openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.
http://openui5.org
Apache License 2.0
2.95k stars 1.23k forks source link

Unify the code style across all UI5 libs: `specVersion` in YAMLs #3824

Closed pubmikeb closed 11 months ago

pubmikeb commented 1 year ago

I've noted that ui5.yaml of some libs has single quotes, e.g.:

specVersion: '2.0'

while another — double:

specVersion: "2.0"

Unfortunately, https://github.com/SAP/openui5/commit/26a38678e1f024714fe998238622111ec2a22f81 (#3537) fixed this issue just for a single file: src/sap.ui.mdc/ui5.yaml. In fact, there are many other files with the same inconsistency. In sake of consistency, it would be better to apply single code style to the entire UI5 codebase and ensure it with the linters.

Below a list of all ui5.yaml's with a single quote mark for specVersion:

dobrinyonkov commented 1 year ago

Hello @pubmikeb ,

Thank you for sharing this finding. I've created an internal incident 2380126372. The status of the issue will be updated here in GitHub.

Regards, Dobrin

flovogt commented 11 months ago

Available with UI5 1.120. Thanks for this finding.