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

No results from Invoke-PSCodeHealth #16

Open
mattmcnabb opened this issue Jan 8, 2018 · 0 comments
Open

No results from Invoke-PSCodeHealth #16

mattmcnabb opened this issue Jan 8, 2018 · 0 comments

Comments

@mattmcnabb
Copy link

Not sure what I'm doing wrong here, but when I run Invoke-PSCodeHealth against any module I have created, I get no results from any of the metrics, other than number of files. I created a simple test module called HealthModule:

function Get-Something
{
    param
    (
        $Param1
    )
}

function Get-Nothing
{
    param
    (
        $Param1
    )
}

Export-ModuleMember -function *

And then ran:

image

I got the same result when running against a couple of production modules with many functions in a psm1 file.

This is module version 0.2.9, on Windows 7 running PowerShell 5.1.

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

No branches or pull requests

1 participant