-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Extract .xsaccess files as JSON #16675
New issue
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
Conversation
@@ -182,6 +182,7 @@ public void basicTest() throws IOException { | |||
addFile(true, LGTM_SRC, "package.json"); | |||
addFile(true, LGTM_SRC, ".eslintrc.yml"); | |||
addFile(true, LGTM_SRC, "vendor", "leftpad", "index.js"); | |||
addFile(true, LGTM_SRC, ".xsaccess"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests are still failing. I suspect this line needs to be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now it passes but I do not see in the logs any evidence that the extraction actually happened
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The trap file you added shows that the extraction happened.
The trap tests is another way of testing the extractor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need a change-note here.
The JavaScript extractor now extracts SAP HANA
.xsaccess
files as JSON.