Skip to content
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

Removes duplicates from global history. Shows 'when'. #12

Merged
merged 11 commits into from
Jul 24, 2023
Merged

Removes duplicates from global history. Shows 'when'. #12

merged 11 commits into from
Jul 24, 2023

Conversation

tig
Copy link
Collaborator

@tig tig commented Jul 24, 2023

Fixes #10
Fixes #5

+semver: minor

@github-actions
Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [1], Information: [1]


RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : F7History.psm1
Line       : 25
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSAvoidTrailingWhitespace
Severity   : Information
ScriptName : F7History.psm1
Line       : 24
Message    : Line has trailing whitespace

@github-actions
Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [1], Information: [1]


RuleName   : PSPossibleIncorrectComparisonWithNull
Severity   : Warning
ScriptName : F7History.psm1
Line       : 26
Message    : $null should be on the left side of equality comparisons.

RuleName   : PSAvoidTrailingWhitespace
Severity   : Information
ScriptName : F7History.psm1
Line       : 25
Message    : Line has trailing whitespace

@github-actions
Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [0], Information: [1]


RuleName   : PSAvoidTrailingWhitespace
Severity   : Information
ScriptName : F7History.psm1
Line       : 12
Message    : Line has trailing whitespace

@github-actions
Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [1], Information: [0]


RuleName   : PSUseCmdletCorrectly
Severity   : Warning
ScriptName : F7History.psm1
Line       : 36
Message    : Cmdlet 'Write-Progress' may be used incorrectly. Please check that 
             all mandatory parameters are supplied.

1 similar comment
@github-actions
Copy link

PSScriptAnalyzer results:

Errors: [0], Warnings: [1], Information: [0]


RuleName   : PSUseCmdletCorrectly
Severity   : Warning
ScriptName : F7History.psm1
Line       : 36
Message    : Cmdlet 'Write-Progress' may be used incorrectly. Please check that 
             all mandatory parameters are supplied.

@tig tig merged commit eceab97 into main Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Local history includes dupes Column header is "String"
1 participant