File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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
17181 . 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
You can’t perform that action at this time.
0 commit comments