-
Notifications
You must be signed in to change notification settings - Fork 9
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
OSOE-482: Enforce parameter splatting instead of backtick in Lombiq.Analyzers.PowerShell #120
Conversation
.github/actions/create-jira-issues-for-community-activities/Initialize-IssueDetails.ps1
Outdated
Show resolved
Hide resolved
.github/actions/create-jira-issues-for-community-activities/Initialize-IssueDetails.ps1
Outdated
Show resolved
Hide resolved
# Conflicts: # .github/actions/test-dotnet/Set-XUnitMaxParallelThreads.ps1
.github/actions/add-jira-issue-code-to-pull-request/AddJiraIssueCodeToPullRequest.ps1
Show resolved
Hide resolved
Does OSOCE execute PS analysis at all? PS Core analysis is fine locally, but Windows PS throws a ton of analyzer errors for LGHA scripts. IMO it should comply with the same rules as the other repositories where we have PS analysis (Utility and Infrastructure Scripts). |
…y with latest conventions (OSOE-472)
It does, and it does with the same config. There doesn't supposed to be, but might be a difference due to in OSOCE it executing during .NET build, and the other two repos you mention directly by running Invoke-Analyzer.ps1. |
I see, well, that's not set up correctly then. |
Oh wait, you're talking about pwsh vs Windows PowerShell. Then it's deliberate that we don't care about Windows PowerShell, the more recent and cross-platform pwsh is what we need to use. |
Gotcha! |
.github/actions/add-jira-issue-code-to-pull-request/AddJiraIssueCodeToPullRequest.ps1
Show resolved
Hide resolved
.github/actions/create-jira-issues-for-community-activities/action.yml
Outdated
Show resolved
Hide resolved
…truction of the API request in the "Add Remote Link to Jira Issue" step
… branch version of the underlying action
…or-community-activities action for testing
.github/actions/create-jira-issues-for-community-activities/action.yml
Outdated
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.
GH sent my comments before I submitted the review somehow, but see the inline comments.
…HA doesn't care about the progress bar
@Piedone please check the last two commits and remaining conversations. |
OSOE-482