File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ suspend fun getData(): Result<Data> = withContext(Dispatchers.IO) {
144144- ALWAYS run `./ gradlew compileDevDebugKotlin` after code changes to verify code compiles
145145- ALWAYS run `./ gradlew testDevDebugUnitTest` after code changes to verify tests succeed and fix accordingly
146146- ALWAYS run `./ gradlew detekt` after code changes to check for new lint issues and fix accordingly
147+ - ALWAYS ask clarifying questions to ensure an optimal plan when encountering functional or technical uncertainties in requests
147148- ALWAYS when fixing lint or test failures prefer to do the minimal amount of changes to fix the issues
148149- USE single- line commit messages under 50 chars; use template format: `feat: add something new`
149150- USE `git diff HEAD sourceFilePath` to diff an uncommitted file against the last commit
You can’t perform that action at this time.
0 commit comments