Skip to content

Commit

Permalink
Update conventions.md
Browse files Browse the repository at this point in the history
  • Loading branch information
potatoqualitee committed Oct 26, 2024
1 parent 8e7e559 commit 1a247ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .aider/prompts/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- DO NOT change $results.Status.Count to $results.Count -- that secondary column is required for accurate counting
- NO trailing spaces

0 comments on commit 1a247ee

Please sign in to comment.