-
Notifications
You must be signed in to change notification settings - Fork 144
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
SCAN4NET-207 Map sonar.scanner.truststorePath & sonar.scanner.truststorePassword #2307
base: feature/MMF_4168
Are you sure you want to change the base?
Conversation
ad5be65
to
075a09f
Compare
075a09f
to
4c3b43f
Compare
...Scanner.MSBuild.PreProcessor/AnalysisConfigProcessing/Processors/PropertyMappingProcessor.cs
Outdated
Show resolved
Hide resolved
...Scanner.MSBuild.PreProcessor/AnalysisConfigProcessing/Processors/PropertyMappingProcessor.cs
Outdated
Show resolved
Hide resolved
...arScanner.MSBuild.PreProcessor.Test/AnalysisConfigProcessing/AnalysisConfigGeneratorTests.cs
Show resolved
Hide resolved
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.
LGTM. I think our style guide ask that local function are at the end of the method, right?
bool InvalidPathPredicate(string path) => path.Contains(","); | ||
} |
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.
bool InvalidPathPredicate(string path) => path.Contains(","); | |
} | |
} | |
static bool InvalidPathPredicate(string path) => path.Contains(","); |
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.
Yes, right, I thought I put it at the end of the method.
Quality Gate passedIssues Measures |
SCAN4NET-207
First commit is some CaYC
Second commit is the actual change.