KevinMarquette / PlasterTemplates

A set of Plaster templates that I use.
MIT License
37 stars 9 forks source link

Exclude PSScriptAnalyzer rule that always fails #14

Closed christianacca closed 6 years ago

christianacca commented 6 years ago

The build replaces FunctionsToExport = '*' with the list of function names.

However, this PSScriptAnalyzer runs on source code prior to this replacement and therefore detects a broken rule

KevinMarquette commented 6 years ago

I decided to change the way the manifest was generated to get around this issue. I just merged in change #23 to fix this.