-
Notifications
You must be signed in to change notification settings - Fork 403
Comparing changes
Open a pull request
base repository: PowerShell/PSScriptAnalyzer
base: 1.24.0
head repository: PowerShell/PSScriptAnalyzer
compare: main
- 7 commits
- 17 files changed
- 7 contributors
Commits on Mar 20, 2025
-
Add configuration instructions for UseCorrectCasing (again) (#2090)
* Add configuration instructions (again) * Add example for keyword * Fix typo
Configuration menu - View commit details
-
Copy full SHA for ea73edc - Browse repository at this point
Copy the full SHA ea73edcView commit details
Commits on Apr 4, 2025
-
Fix for PSUseConsistantWhiteSpace when using statement is present (#2091
) * Add failng test that should pass * Try simple fix * Test and Fix for test * Update Tests/Rules/UseConsistentWhitespace.tests.ps1 Co-authored-by: Christoph Bergmeister <c.bergmeister@gmail.com> * Fix encoding --------- Co-authored-by: Alexandra Dorey <adorey@ourmagnet.net> Co-authored-by: Christoph Bergmeister <c.bergmeister@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2287a13 - Browse repository at this point
Copy the full SHA 2287a13View commit details -
Exclude PSNativeCommandArgumentPassing variable (#2093)
* Exclude PSNativeCommandArgumentPassing variable * Update UseDeclaredVarsMoreThanAssignments.tests.ps1 * Add missing comma in SpecialVars.cs
Configuration menu - View commit details
-
Copy full SHA for 78ee946 - Browse repository at this point
Copy the full SHA 78ee946View commit details
Commits on Jun 9, 2025
-
Update version check in PSScriptAnalyzer.psm1 to align with SMA versi…
…on for PowerShell 7 (#2107) * Update PSScriptAnalyzer.psm1 * Update Directory.Packages.props
Configuration menu - View commit details
-
Copy full SHA for ea70855 - Browse repository at this point
Copy the full SHA ea70855View commit details
Commits on Oct 14, 2025
-
Change how looking up CommandInfo works when using commands in the fo…
…rm module\cmdletName (#2125)
Configuration menu - View commit details
-
Copy full SHA for 08bb38b - Browse repository at this point
Copy the full SHA 08bb38bView commit details
Commits on Oct 15, 2025
-
PSAvoidDefaultValueForMandatoryParameter: Fix param block and paramet…
…er set handling (#2121) * Updated rule * Remove no-longer relevant comment * Inline unnecessary function calls * Tidy up HasMandatoryInAllParameterAttributes
Configuration menu - View commit details
-
Copy full SHA for dc55078 - Browse repository at this point
Copy the full SHA dc55078View commit details
Commits on Oct 22, 2025
-
Add AvoidReservedWordsAsFunctionNames Rule (#2128)
* fix: Update helper GetScriptExtentForFunctionName to return correct extent when function name is 'function' * Add AvoidReservedWordsAsFunctionNames rule * fix: Handle functions with scopes * Copyright header * Extend Substring tests to starts with reserved word, ends with reserved word, and reserved word with a letter missing * Check if the function name is 'Function' case insensitively. Add a test for good measure * Fix casing of common name Co-authored-by: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> * AvoidReservedWordsAsFunctionNames: factor our function name for readability Co-authored-by: Patrick Meinecke <SeeminglyScience@users.noreply.github.com> * Remove reserved words which do not pose an issue: assembly, base, command, hidden, in, inlinescript, interface, module, namespace, private, public, static --------- Co-authored-by: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Co-authored-by: Patrick Meinecke <SeeminglyScience@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a9898a6 - Browse repository at this point
Copy the full SHA a9898a6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.24.0...main