An open API service indexing awesome lists of open source software.

https://github.com/avdaredevil/apconsole-linter

AST-based PowerShell linter that enforces the AP Console house style — tight braces, succinct aliases (%, ?, !), and -ea 0. Report-only by default; -Fix rewrites in place.
https://github.com/avdaredevil/apconsole-linter

Last synced: 16 days ago
JSON representation

AST-based PowerShell linter that enforces the AP Console house style — tight braces, succinct aliases (%, ?, !), and -ea 0. Report-only by default; -Fix rewrites in place.

Awesome Lists containing this project

README

          

APConsole-Linter
================

AST-based PowerShell linter that enforces the AP Console house style — tight braces, succinct aliases (`%`, `?`, `!`), and `-ea 0`. Report-only by default; `-Fix` rewrites in place.