Skip to content
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

Add static code analyzer rules #2202

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

MohamedSabthar
Copy link
Member

Purpose

$Subject
Related issue: ballerina-platform/ballerina-library#7283

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests
  • Updated the spec
  • Checked native-image compatibility
  • Checked the impact on OpenAPI generation

Copy link

sonarcloud bot commented Oct 28, 2024

@MohamedSabthar MohamedSabthar marked this pull request as draft October 28, 2024 05:51
public void pullScanTool() throws IOException, InterruptedException {
String scanToolVersion = "0.1.0";
ProcessBuilder processBuilder = new ProcessBuilder(BALLERINA_PATH.toString(),
"tool", "pull", SCAN_COMMAND + ":" + scanToolVersion, "--repository=local");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line will be updated to

ProcessBuilder processBuilder = new ProcessBuilder(BALLERINA_PATH.toString(),
                "tool", "pull", SCAN_COMMAND);

after releasing the scan tool command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant