Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/PSScriptAnalyzer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: PowerShell/PSScriptAnalyzer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: pssa2
Choose a head ref
  • 2 commits
  • 69 files changed
  • 1 contributor

Commits on Jun 4, 2020

  1. Add beginnings of PSScriptAnalyzer 2.0 (#1476)

    * Add beginnings of PSScriptAnalyzer 2.0
    * Address @bergmeister's feedback
    rjmholt authored Jun 4, 2020
    Configuration menu
    Copy the full SHA
    20f3acf View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Implement PS script rules

    - Implement a Write-Diagnostic cmdlet for scripts to use
    - Add a runspace pool for running script rules
    - Add picking up of modules from configured paths to run as rules
    - Use a provider factory for instantiation to make dependencies easier
    - Fix various configuration bugs
    rjmholt committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    9ee8c0f View commit details
    Browse the repository at this point in the history
Loading