Skip to content

Commit 1a79bd7

Browse files
authored
Merge pull request #14 from valorisa/dev
release: merge dev into main (PromptOps Console v2.1.0 lint cleanup)
2 parents aba6448 + a2faa49 commit 1a79bd7

3 files changed

Lines changed: 402 additions & 191 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ logs/promptops-console.log
4141
.promptops-config.json
4242

4343
# Backup directories
44-
backup/
44+
backup/

PSScriptAnalyzerSettings.psd1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
@{
2+
Severity = @('Error', 'Warning')
3+
ExcludeRules = @(
4+
'PSUseBOMForUnicodeEncodedFile',
5+
'PSAvoidUsingWriteHost'
6+
)
7+
}

0 commit comments

Comments
 (0)