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.
- Host: GitHub
- URL: https://github.com/avdaredevil/apconsole-linter
- Owner: avdaredevil
- License: mit
- Created: 2026-04-23T23:56:44.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-04-24T02:02:17.000Z (3 months ago)
- Last Synced: 2026-04-24T04:09:05.631Z (3 months ago)
- Language: PowerShell
- Size: 25.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.