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

Avafanasev/qd 10360 qd 10419 #484

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

avafanasiev
Copy link
Collaborator

Pull Request Details

Description

Related Issue

Motivation and Context

How Has This Been Tested

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING document.
  • My code follows the code style of this project.
  • My commit messages are styled with gitmoji
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

…ptions to common part with scan options

(cherry picked from commit 0da11cc)
Copy link

github-actions bot commented Dec 1, 2024

Qodana for Go

1 new problem were found

Inspection name Severity Problems
Comment of exported element starts with the incorrect name ◽️ Notice 1

☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

@avafanasiev avafanasiev requested a review from hybloid December 2, 2024 22:04
@tiulpin tiulpin requested review from tiulpin and Copilot December 2, 2024 22:44

Choose a reason for hiding this comment

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

Copilot reviewed 4 out of 4 changed files in this pull request and generated no suggestions.

Comments skipped due to low confidence (1)

core/ide.go:58

  • Ensure that calling writeProperties before getIdeRunCommand does not introduce any side effects that affect the command generation.
writeProperties(opts)
@@ -82,19 +74,51 @@ func getPropertiesMap(
return properties
}

// GetProperties writes key=value `props` to file `f` having later key occurrence win
func GetProperties(opts *QodanaOptions, yamlProps map[string]string, dotNetOptions platform.DotNet, plugins []string) []string {
// Common part for installPlugins and qodana executuion
Copy link
Contributor

Choose a reason for hiding this comment

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

I would rather follow advice from linter here and adjust the comment

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.

2 participants