Skip to content

Fix base URI for PSScriptAnalyzer rule documentation - #3608

Merged
Andy Jordan (andyleejordan) merged 1 commit into
PowerShell:masterfrom
bgold09:dev/bgold09/fix/ruleDocumenationUri
Oct 8, 2021
Merged

Fix base URI for PSScriptAnalyzer rule documentation#3608
Andy Jordan (andyleejordan) merged 1 commit into
PowerShell:masterfrom
bgold09:dev/bgold09/fix/ruleDocumenationUri

Conversation

@bgold09

Copy link
Copy Markdown
Contributor

PR Summary

PR PowerShell/PSScriptAnalyzer#1724 moved all documentation to a new
directory in the repo. Therefore when a rule violation is detected in
the editor and a user uses the code action to navigate to the rule's
documentation, they are brought to an invalid URI.

Fixing the base URI to rule documentation in the PSScriptAnalyzer repo.

PR Checklist

Note: Tick the boxes below that apply to this pull request by putting an x between the square brackets.
Please mark anything not applicable to this PR NA.

  • PR has a meaningful title
  • Summarized changes
  • PR has tests
  • This PR is ready to merge and is not work in progress

@andyleejordan Andy Jordan (andyleejordan) changed the title Fix base URI for rule documentation Fix base URI for PSScriptAnalyzer rule documentation Oct 8, 2021

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Great fix, thank you so much!

@bgold09

Copy link
Copy Markdown
Contributor Author

Andy Jordan (@andschwa) no problem, it was an easy fix 😄

@bgold09
Brian Golden (bgold09) deleted the dev/bgold09/fix/ruleDocumenationUri branch October 8, 2021 18:23
SyfiMeal added a commit to SyfiMeal/vscode-powershell that referenced this pull request Oct 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PSScriptAnalyzer links from the Problem panel 404.

2 participants