Correct Style Violations in StorageDsc.Common.psm1 #153
Labels
bug
The issue is a bug.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
There are some style violations in the StorageDsc.Common.psm1 - specifically in the parameters block of the functions:
The
[Parameter()]
is not in the correct format or missing. The type accelerators are also being used which is not the case in the other functions.The text was updated successfully, but these errors were encountered: