Skip to content

Commit f95b54b

Browse files
authored
Update copilot-instructions.md
1 parent b68b367 commit f95b54b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ This is a Kotlin based repository with a JSON5 library for parsing and serializi
44

55
## Code Standards
66

7-
### Pre-setup
8-
Do not try to use the `./gradlew` script to run the project. Instead, use `gradle` binary directly. Use the latest Gradle version compatible with the project.
9-
107
### Development Flow
118
- Build: `gradle build`
129
- Test: `gradle check`
@@ -20,4 +17,4 @@ Do not try to use the `./gradlew` script to run the project. Instead, use `gradl
2017
1. Follow Kotlin best practices and idiomatic patterns
2118
2. Maintain existing code structure and organization
2219
3. Write unit tests for new functionality
23-
4. Update project README as needed to reflect changes
20+
4. Update project README as needed to reflect changes

0 commit comments

Comments
 (0)