FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Rule to warn against having a semicolon at the end of the line · Issue #824 · PowerShell/PSScriptAnalyzer · GitHub

Rule to warn against having a semicolon at the end of the line #824

Description

function foo {
    $a = 1 + $b; # semicolon not needed
}

Install-Module Polaris; $a = 1 + $b; # semicolon needed after install-module, not needed after addition

We should warn against using semicolons at the end of a line.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL