Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Analyze directory using compilation database #13

Closed
sim642 opened this issue Nov 16, 2021 · 0 comments · Fixed by #16
Closed

Analyze directory using compilation database #13

sim642 opened this issue Nov 16, 2021 · 0 comments · Fixed by #16
Assignees
Labels
enhancement New feature or request

Comments

@sim642
Copy link
Member

sim642 commented Nov 16, 2021

Once goblint/analyzer#448 is merged, GobPie should analyze the current directory (where goblint.json is) instead of individual opened files.

Here filesToAnalyze should just be ".":

this.commands = new String[] { "goblint", "--conf", "goblint.json", "--set", "result", "json-messages", "-o", pathToJsonResult, fileToAnalyze };

@sim642 sim642 added the enhancement New feature or request label Nov 16, 2021
@karoliineh karoliineh linked a pull request Jan 13, 2022 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants