Skip to content

Commit 41b978c

Browse files
authored
Update development guidelines in copilot instructions
Removed redundant StyleCop configuration notes.
1 parent 29fa89d commit 41b978c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/copilot-instructions.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ The main service `QueueApi` provides these operations:
4242
## Development Guidelines
4343

4444
### Code Standards
45-
- Follow StyleCop Analyzers recommendations (configured in stylecop.json)
4645
- **Zero warnings policy**: Pull requests must have no compiler warnings
4746
- Use XML documentation (`///`) for all public methods and properties
48-
- Company name: "Michael Silver" (configured in stylecop.json)
47+
- Company name: "Michael Silver"
4948
- Copyright: "Copyright (c) Michael Silver. All rights reserved."
5049

5150
### Coding Conventions
@@ -160,4 +159,4 @@ The project uses StyleCop Analyzers with custom rules:
160159
- Company name and copyright are automatically applied
161160
- License type: MIT
162161

163-
Always ensure your changes conform to the configured StyleCop rules and maintain zero warnings.
162+
Always ensure your changes conform to the configured StyleCop rules and maintain zero warnings.

0 commit comments

Comments
 (0)