Add PSScriptAnalyzer to default container.

This commit is contained in:
Matt Clay 2018-01-24 06:12:30 -08:00
commit cc65636a10
3 changed files with 27 additions and 0 deletions

View file

@ -15,6 +15,7 @@ grep '^#!' -rIn . \
-e ':#!/usr/bin/env python$' \
-e ':#!/usr/bin/env bash$' \
-e ':#!/usr/bin/env fish$' \
-e ':#!/usr/bin/env pwsh$' \
if [ $? -ne 1 ]; then
echo "One or more file(s) listed above have an unexpected shebang."