We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365fe36 commit 458585dCopy full SHA for 458585d
README.md
@@ -16,7 +16,7 @@ This repository contains [CodeQL](https://codeql.github.com/) models and queries
16
1. Include and index XML, JSON and CDS files by setting the necessary environment variables:
17
```
18
export LGTM_INDEX_XML_MODE='ALL'
19
-export LGTM_INDEX_FILETYPES=".json:JSON\n.cds:JSON"
+export LGTM_INDEX_FILETYPES=$'.json:JSON\n.cds:JSON'
20
21
2. Compile all the CDS files using the SAP cds toolkit
22
0 commit comments