FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Engine - PowerShell/PSScriptAnalyzer · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PowerShell
/
PSScriptAnalyzer
Public
Notifications
You must be signed in to change notification settings
Fork
413
Star
2.1k
Code
Issues
402
Pull requests
23
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
PSScriptAnalyzer
Engine
on
main
User selector
Datepicker
Commit history
Commits on May 7, 2026
Settings file creation and validation (#2176)
Show description for 9c04a44
Liam Peters (liamjpeters)
and
Sean Wheeler (sdwheeler)
authored
9c04a44
View commit details
Copy full SHA for 9c04a44
View code at this point
Browse repository at this point
Prevent duplicate rule ID suppression errors in `-Fix` and DSC scenarios (#2181)
Show description for 940024a
Liam Peters (liamjpeters)
and
Andy Jordan (andyleejordan)
authored
940024a
View commit details
Copy full SHA for 940024a
View code at this point
Browse repository at this point
Commits on Mar 20, 2026
Update copyright year (#2171)
Andy Jordan (andyleejordan)
authored
9b55ac2
View commit details
Copy full SHA for 9b55ac2
View code at this point
Browse repository at this point
Commits on Mar 19, 2026
Update .NET SDK, PowerShell SDK dependencies (#2168)
Show description for 6883618
Copilot
and
Andy Jordan (andyleejordan)
authored
6883618
View commit details
Copy full SHA for 6883618
View code at this point
Browse repository at this point
Commits on Mar 18, 2026
Optimise LINQ queries (#2160)
Show description for 474e28b
authored
474e28b
View commit details
Copy full SHA for 474e28b
View code at this point
Browse repository at this point
Commits on Feb 19, 2026
Remove Conditional Compilation and Runtime Checks for v3 or v4 (#2150)
Show description for aba29c3
Liam Peters (liamjpeters)
authored
aba29c3
View commit details
Copy full SHA for aba29c3
View code at this point
Browse repository at this point
Commits on Dec 3, 2025
Fix SuppressMessage CustomRule (#2142)
Show description for 67ffb24
Gilbert Sanchez (HeyItsGilbert)
authored
67ffb24
View commit details
Copy full SHA for 67ffb24
View code at this point
Browse repository at this point
Don't add inner brace whitespace to braces forming a braced member access $a.{Prop}. (#2140)
Liam Peters (liamjpeters)
authored
7d2b8ae
View commit details
Copy full SHA for 7d2b8ae
View code at this point
Browse repository at this point
Commits on Dec 2, 2025
Update .NET SDK, PowerShell SDK, and Newtonsoft.Json
Andy Jordan (andyleejordan)
committed
aa2180a
View commit details
Copy full SHA for aa2180a
View code at this point
Browse repository at this point
Commits on Oct 22, 2025
Add AvoidReservedWordsAsFunctionNames Rule (#2128)
Show description for a9898a6
authored
a9898a6
View commit details
Copy full SHA for a9898a6
View code at this point
Browse repository at this point
Commits on Oct 14, 2025
Change how looking up CommandInfo works when using commands in the form module\cmdletName (#2125)
Liam Peters (liamjpeters)
authored
08bb38b
View commit details
Copy full SHA for 08bb38b
View code at this point
Browse repository at this point
Commits on Jun 9, 2025
Update version check in PSScriptAnalyzer.psm1 to align with SMA version for PowerShell 7 (#2107)
Show description for ea70855
Christoph Bergmeister (bergmeister)
authored
ea70855
View commit details
Copy full SHA for ea70855
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
Exclude PSNativeCommandArgumentPassing variable (#2093)
Show description for 78ee946
Christoph Bergmeister (bergmeister)
authored
78ee946
View commit details
Copy full SHA for 78ee946
View code at this point
Browse repository at this point
Fix for PSUseConsistantWhiteSpace when using statement is present (#2091)
Show description for 2287a13
authored
2287a13
View commit details
Copy full SHA for 2287a13
View code at this point
Browse repository at this point
Commits on Mar 14, 2025
Add exception message for missing rules (#1968)
Show description for ae712f7
Tadas Medišauskas (Tadas)
and
Christoph Bergmeister (bergmeister)
authored
ae712f7
View commit details
Copy full SHA for ae712f7
View code at this point
Browse repository at this point
Drop v3 and v4 support from build (#2081)
Show description for e849068
Andy Jordan (andyleejordan)
and
Christoph Bergmeister (bergmeister)
authored
e849068
View commit details
Copy full SHA for e849068
View code at this point
Browse repository at this point
Commits on Mar 13, 2025
Add UseConsistentCasing (#1704)
Show description for 37ddc1c
Joel Bennett (Jaykul)
authored
37ddc1c
View commit details
Copy full SHA for 37ddc1c
View code at this point
Browse repository at this point
Invoke-ScriptAnalyzer: Include parse errors in reported error count (#2069)
Show description for 8862e51
Matěj Kafka (MatejKafka)
and
Christoph Bergmeister (bergmeister)
authored
8862e51
View commit details
Copy full SHA for 8862e51
View code at this point
Browse repository at this point
Commits on Mar 4, 2025
Upgrade to .NET 8 since .NET 6 is past EOL (#2073)
Andy Jordan (andyleejordan)
authored
45a82a1
View commit details
Copy full SHA for 45a82a1
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
Invoke-ScriptAnalyzer: Print summary only once per invocation (#2063)
Matěj Kafka (MatejKafka)
authored
bcec9f6
View commit details
Copy full SHA for bcec9f6
View code at this point
Browse repository at this point
Commits on Feb 25, 2025
PSAvoidTrailingWhitespace: Rule not applied when using formatter + single character lines with trailing whitespace are truncated (#1993)
Show description for d6eb35e
Liam Peters (liamjpeters)
and
Christoph Bergmeister (bergmeister)
authored
d6eb35e
View commit details
Copy full SHA for d6eb35e
View code at this point
Browse repository at this point
Invoke-ScriptAnalyzer: Stream diagnostics instead of batching (#2062)
Show description for 56c6ea1
Matěj Kafka (MatejKafka)
authored
56c6ea1
View commit details
Copy full SHA for 56c6ea1
View code at this point
Browse repository at this point
Commits on Feb 20, 2025
Make Settings type detection more robust (#1967)
Show description for dc4ae4b
Tadas Medišauskas (Tadas)
and
Andy Jordan (andyleejordan)
authored
dc4ae4b
View commit details
Copy full SHA for dc4ae4b
View code at this point
Browse repository at this point
Do not print summary repeatedly for each logger (#2058)
Matěj Kafka (MatejKafka)
authored
0fecc08
View commit details
Copy full SHA for 0fecc08
View code at this point
Browse repository at this point
Fixed erroneous PSUseDeclaredVarsMoreThanAssignments for some globals variables (#2013)
Show description for 3a91195
John Douglas Leitch (John-Leitch)
and
Christoph Bergmeister (bergmeister)
authored
3a91195
View commit details
Copy full SHA for 3a91195
View code at this point
Browse repository at this point
Commits on Feb 10, 2025
Set exit code of `Invoke-ScriptAnalyzer -EnableExit` to total number of diagnostics (#2055)
Matěj Kafka (MatejKafka)
authored
0e46667
View commit details
Copy full SHA for 0e46667
View code at this point
Browse repository at this point
Commits on Oct 10, 2024
Update links in module manifest
Show description for 58af786
Martin Costello (martincostello)
authored and
Andy Jordan (andyleejordan)
committed
58af786
View commit details
Copy full SHA for 58af786
View code at this point
Browse repository at this point
Commits on Sep 27, 2024
Centralize the project's version too
Show description for 15c37ec
Andy Jordan (andyleejordan)
committed
15c37ec
View commit details
Copy full SHA for 15c37ec
View code at this point
Browse repository at this point
Manage packages centrally
Show description for b8249e4
Andy Jordan (andyleejordan)
committed
b8249e4
View commit details
Copy full SHA for b8249e4
View code at this point
Browse repository at this point
Commits on Sep 17, 2024
Bump SMA version (#2028)
Andy Jordan (andyleejordan)
authored
4002b3c
View commit details
Copy full SHA for 4002b3c
View code at this point
Browse repository at this point
Commits on Jul 16, 2024
Update default type definition of [Microsoft.Windows.PowerShell.ScriptAnalyzer.Generic.RuleInfo] (#2011)
Liam Peters (liamjpeters)
authored
b5fec0a
View commit details
Copy full SHA for b5fec0a
View code at this point
Browse repository at this point
Commits on Feb 13, 2024
Bump version from 1.21.0 to 1.22.0 (#1965)
Christoph Bergmeister (bergmeister)
authored
9d57bad
View commit details
Copy full SHA for 9d57bad
View code at this point
Browse repository at this point
AvoidUsingPositionalParameter: Check if command has parameters to avoid having az in default CommandAllowList (#1850)
Show description for df3551e
Christoph Bergmeister (bergmeister)
authored
df3551e
View commit details
Copy full SHA for df3551e
View code at this point
Browse repository at this point
Commits on Jan 16, 2024
Prevent NullReferenceException for null analysis type. (#1949)
Show description for 9314e69
Hubert Bukowski (hubuk)
authored
9314e69
View commit details
Copy full SHA for 9314e69
View code at this point
Browse repository at this point
Add PSNativeCommandUseErrorActionPreference preference variable (#1954)
Eli Arbel (aelij)
authored
59190fe
View commit details
Copy full SHA for 59190fe
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL