From 1a247ee5780bf22d8a8b8c5e485924172e6f4007 Mon Sep 17 00:00:00 2001 From: Chrissy LeMaire Date: Sun, 27 Oct 2024 01:27:12 +0200 Subject: [PATCH] Update conventions.md --- .aider/prompts/conventions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.aider/prompts/conventions.md b/.aider/prompts/conventions.md index cb72a449c0..8c085e08cd 100644 --- a/.aider/prompts/conventions.md +++ b/.aider/prompts/conventions.md @@ -180,4 +180,5 @@ Describe "Get-DbaDatabase" -Tag "IntegrationTests" { - DO NOT remove comments like "#TestConfig.instance3" or "#$TestConfig.instance2 for appveyor" - DO NOT use $_ DO use $PSItem instead - Parameter validation is ALWAYS tagged as a Unit Test -- DO NOT change $results.Status.Count to $results.Count -- that secondary column is required for accurate counting \ No newline at end of file +- DO NOT change $results.Status.Count to $results.Count -- that secondary column is required for accurate counting +- NO trailing spaces \ No newline at end of file