Skip to content

Commit 245a702

Browse files
committed
[UPDATE] AI instructions
1 parent a8bc10c commit 245a702

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/copilot-instructions.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This is a Kotlin based repository with a JSON5 library for parsing and serializi
77
### Development Flow
88
- Build: `./gradlew build`
99
- Test: `./gradlew check`
10+
- Format: `./gradlew formatKotlin`
1011

1112
## Repository Structure
1213
- `lib` - Gradle module containing the core JSON5 library code with unit tests
@@ -15,6 +16,8 @@ This is a Kotlin based repository with a JSON5 library for parsing and serializi
1516

1617
## Key Guidelines
1718
1. Follow Kotlin best practices and idiomatic patterns
18-
2. Maintain existing code structure and organization
19-
3. Write unit tests for new functionality
20-
4. Update project README as needed to reflect changes
19+
2. Do not use wildcard imports
20+
3. Maintain existing code structure and organization
21+
4. Write unit tests for new functionality
22+
5. Format code using `./gradlew formatKotlin` before committing
23+
6. Update project README as needed to reflect changes

0 commit comments

Comments
 (0)