We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi team,
for following HTML file we should report a warning finding to use data-sap-ui-log-level instead of data-sap-ui-logLevel. Documented here https://sdk.openui5.org/topic/91f2d03b6f4d1014b6dd926db0e91070.
data-sap-ui-log-level
data-sap-ui-logLevel
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>MyApp</title> <script id="sap-ui-bootstrap" src="../resources/sap-ui-core.js" data-sap-ui-theme="sap_horizon" data-sap-ui-resource-roots='{ "myapp": "./", }' data-sap-ui-on-init="module:myapp/index" data-sap-ui-language="en" data-sap-ui-logLevel="none" data-sap-ui-async="true" data-sap-ui-compat-version="edge" ></script> </head> <body class="sapUiBody"> <div data-sap-ui-component data-name="myapp" data-id="container" data-settings='{"id" : "app"}' id="content" ></div> </body> </html>
Currently no finding is reported at all.
The text was updated successfully, but these errors were encountered:
fix: Detect outdated notation for bootstrap attribute log-level
74c560e
Fixes #602
flovogt
Successfully merging a pull request may close this issue.
Hi team,
for following HTML file we should report a warning finding to use
data-sap-ui-log-level
instead ofdata-sap-ui-logLevel
. Documented here https://sdk.openui5.org/topic/91f2d03b6f4d1014b6dd926db0e91070.Currently no finding is reported at all.
The text was updated successfully, but these errors were encountered: