We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Building-Reusable-Tools.md
TOOL-04 Use PowerShell standard cmdlet naming TOOL-05 Use PowerShell standard parameter naming TOOL-06 Tools should output raw data
TOOL-07 Controllers should typically output formatted data:
The text was updated successfully, but these errors were encountered:
TOOL-01 Decide whether you're coding a 'tool' or a 'controller' script
TOOL-02 Make your code modular
TOOL-03 Make tools as re-usable as possible
TOOL-04 Use PowerShell standard cmdlet naming
TOOL-05 Use PowerShell standard parameter naming
TOOL-06 Tools should output raw data
TOOL-07 Controllers should typically output formatted data
WAST-01 Don't re-invent the wheel
WAST-02 Report bugs to Microsoft PURE-01 Use native PowerShell where possible
PURE-03 Document why you haven't used PowerShell
PURE-04 Wrap other tools in an advanced function or cmdlet
Sorry, something went wrong.
No branches or pull requests
Full Change Log here
Building-Reusable-Tools.md
General ideas
Specific tool / rule changes
The text was updated successfully, but these errors were encountered: